backport previous efm leak fix

SVN revision: 83134
This commit is contained in:
Mike Blumenkrantz 2013-01-23 09:40:19 +00:00
parent 55375ea8e8
commit ebe9fbd3bd
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2013-01-23 Mike Blumenkrantz
* module error dialog is no longer remembered across restarts
* fix small leak in efm when performing dnd onto mounted drive icon
2013-01-22 Massimo Maiurana

1
NEWS
View File

@ -38,3 +38,4 @@ Fixes:
* fixed gadget dragging on desktop near screen edges
* fixed bug where "don't composite fullscreen windows" option would cause some windows to stop appearing
* module error dialog is no longer remembered across restarts
* fix small leak in efm when performing dnd onto mounted drive icon

View File

@ -6957,7 +6957,7 @@ _e_fm2_cb_dnd_selection_notify(void *data, const char *type, void *event)
evas_object_data_set(sd->obj, "drop_menu_data", mop);
E_LIST_FOREACH(isel, _e_fm2_cb_drag_finished_show);
}
if (((!mnt) && (!mop)) && (do_lnk || do_copy || do_move))
if (((!mnt) || (!mop)) && (do_lnk || do_copy || do_move))
free(args);
}
end: