client/player: Fix crash when RegisterEndpoint fails
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 1 May 2023 19:27:20 +0000 (12:27 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:41:34 +0000 (16:11 +0530)
commit1c3799046ef2909362789a4cbb10de2c57ecb6a7
tree6f011e7884d81b79fbb3f6ea95507633c1e8bf81
parent97fb31198fef3c4383a1702fa434a07661396a4f
client/player: Fix crash when RegisterEndpoint fails

If RegisterEndpoint fails when there are multiple adapters it would
attempt to free the same endpoint multiple times.
client/player.c