e_compositor: Remove superfluous destruction 94/316394/1 tizen
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 20 Aug 2024 03:44:17 +0000 (12:44 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 20 Aug 2024 23:51:18 +0000 (08:51 +0900)
commitd17e074ee32ff1ee4557a0f2a6e4bf89cd544678
tree28eca4ac7f09c4b267e7ce7b2e58392b3e9bdcee
parentb2618459adfe7bba81cba8c8ea3271e325263c70
e_compositor: Remove superfluous destruction

Destroying pending.frames here is duplication. The pending.frames is
cleaned up at e_comp_wl_surface_state_finish() called before the code to
be removed.

Change-Id: Ia1ecd8d38b7087d6f0d5c72b0d793a1b5fe19f58
src/bin/server/e_compositor.c