fix memory leak 05/37805/1
authorBoram Park <boram1288.park@samsung.com>
Mon, 6 Apr 2015 10:50:35 +0000 (19:50 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 6 Apr 2015 10:50:39 +0000 (19:50 +0900)
commit0b19449f7874b2ac578849a038774ea6f524a1b4
treeaa5d57b63b0018b56c4047c2a0df840744b0e6fd
parent2bacfcaf6bbb5eedea6128290d330ffd7d3a4427
fix memory leak

   When client is deleted, _e_client_del is called. And ec->pixmap becomes NULL.
   After that, when _e_mod_effect_unref is called, ec->pixmap is NULL. But the
   ref_count of pixmap is 1.

Change-Id: I6e33af1abd30bf5556bce8d300a3697e926ecf62
src/e_mod_effect.c