use the correct deallocation function/macro

This commit is contained in:
monsta 2014-11-22 19:20:41 +03:00 committed by infirit
parent 5701150227
commit c24498bd92
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ get_sort_dialog (ActionData *action_data)
pluma_warning (GTK_WINDOW (action_data->window), pluma_warning (GTK_WINDOW (action_data->window),
"%s", err_message); "%s", err_message);
g_free (dialog); g_slice_free (SortDialog, dialog);
gtk_widget_destroy (error_widget); gtk_widget_destroy (error_widget);
return NULL; return NULL;