fix continual leak in efm file names

SVN revision: 79834
This commit is contained in:
Mike Blumenkrantz 2012-11-29 15:02:00 +00:00
parent c21b0240ba
commit 3f8c09d6a0
1 changed files with 1 additions and 0 deletions

View File

@ -2814,6 +2814,7 @@ e_fm2_client_data(Ecore_Ipc_Event_Client_Data *e)
}
break;
}
free(evdir);
// printf(" ...\n");
if ((sd->id != e->ref_to) || (path[0] != 0)) break;
// printf(" end response = %i\n", e->response);