elementary/cnp: free string after use at notify_handler_html

SVN revision: 71336
This commit is contained in:
Hyoyoung Chang 2012-05-23 00:51:11 +00:00
parent b0c6214dc0
commit 7c6499a975
1 changed files with 1 additions and 0 deletions

View File

@ -998,6 +998,7 @@ notify_handler_html(Cnp_Selection *sel, Ecore_X_Event_Selection_Notify *notify)
ddata.data = stripstr;
ddata.len = data->length;
sel->datacb(sel->udata, sel->widget, &ddata);
free(stripstr)
return 0;
}