elementary/cnp: typo error fix

SVN revision: 71338
This commit is contained in:
Hyoyoung Chang 2012-05-23 01:05:22 +00:00
parent e248599286
commit fc61e67329
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +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)
free(stripstr);
return 0;
}