use the correct deallocation function/macro
This commit is contained in:
parent
5701150227
commit
c24498bd92
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue