Skip to content
Snippets Groups Projects
Commit 2bcbad96 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Fix memory leak in statusbar (#573)

parent 69990279
No related branches found
No related tags found
No related merge requests found
Pipeline #26398 passed
......@@ -723,6 +723,8 @@ thunar_standard_view_model_get_statusbar_text (ThunarStandardViewModel *model,
text_list = g_list_append (text_list, temp_string);
g_free (date_string);
}
g_object_unref (file);
}
else /* more than one item selected */
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment