Fix some static analysis warnings

This commit is contained in:
Matthias Clasen
2023-11-24 09:27:44 -05:00
parent 57e382b59c
commit b7a1b1d7ee
6 changed files with 15 additions and 11 deletions

View File

@@ -553,7 +553,6 @@ update_statusbar (GtkStatusbar *statusbar)
g_string_append_printf (string, " (%u directories remaining)", active + g_slist_length (pending));
result = G_SOURCE_CONTINUE;
}
result = G_SOURCE_CONTINUE;
gtk_statusbar_push (statusbar, 0, string->str);
g_free (string->str);