ecore_evas_x: Free XCounter values leak.
authorMyoungwoon Kim <myoungwoon.kim@samsung.com>
Thu, 8 Jan 2015 13:35:49 +0000 (08:35 -0500)
committerChris Michael <cp.michael@samsung.com>
Thu, 8 Jan 2015 13:35:55 +0000 (08:35 -0500)
commit10582235c5a04da76d82026084ea55399a56977a
tree6767ca96dca0ab5bc01c57662cc1806e4868d122
parent2da804f6160c4daa23bb974b8348d190503bff49
ecore_evas_x: Free XCounter values leak.

Summary:
Whenever creating a window via elm_win_add(), save netwm_sync_counter values to edata->netwm_sync_counter
by ecore_x_sync_counter_new().
However, never free the values when a window has been destroyed.
So this patch is for free the values in _ecore_evas_x_free().

@fix

Reviewers: cedric, raster, Hermet, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, seoz

Differential Revision: https://phab.enlightenment.org/D1855
src/modules/ecore_evas/engines/x/ecore_evas_x.c