efl:ecore: fix possible segfault when ccalling ecore_x_selection_convert()

SVN revision: 82594
This commit is contained in:
Boris Faure 2013-01-10 22:51:28 +00:00
parent 6125cd9e87
commit 30cbbefd6a
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ ecore_x_selection_convert(Ecore_X_Atom selection,
free(tgt_str);
if (r)
{
*data_ret = data;
if (data_ret) *data_ret = data;
return r;
}
else