edje: fix memory leak.

This commit is contained in:
Cedric BAIL 2013-03-22 21:01:53 +09:00
parent a4ea4423ac
commit 556111af62
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ _edje_signal_callback_free(const Edje_Signal_Callback_Group *cgp)
_edje_signal_callback_matches_unref((Edje_Signal_Callback_Matches*) gp->matches);
gp->matches = NULL;
free(gp->flags);
free(gp->custom_data);
free(gp);
}