ecore: fix Ecore_Thread memory leak.

SVN revision: 69343
This commit is contained in:
Cedric BAIL 2012-03-14 17:51:38 +00:00
parent dd3d01f643
commit ce754d6a12
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,8 @@ _ecore_notify_handler(void *data)
{
_ecore_thread_kill(work);
}
free(notify);
}
static void
@ -433,6 +435,7 @@ _ecore_message_notify_handler(void *data)
{
_ecore_thread_kill(work);
}
free(notify);
}
static void