fix elm_cnp free to null out ptr.

This commit is contained in:
Carsten Haitzler 2013-03-17 11:41:41 +09:00
parent dbf44f699b
commit 3bd16c052b
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ _x11_notify_handler_uri(X11_Cnp_Selection *sel, Ecore_X_Event_Selection_Notify *
}
else
{
savedtypes.imgfile = NULL;
_pasteimage_append(p, sel->requestwidget);
free(stripstr);
}