Skip to content
Snippets Groups Projects
Commit 9abb5f10 authored by Gaël Bonithon's avatar Gaël Bonithon Committed by Alexander Schwinn
Browse files

scan-build: Fix core.NullDereference

parent ceb0a8e3
No related branches found
No related tags found
1 merge request!605build: Enable static analysis
......@@ -911,6 +911,7 @@ thunar_permissions_chooser_file_changed (ThunarPermissionsChooser *chooser)
GtkListStore *access_store;
_thunar_return_if_fail (THUNAR_IS_PERMISSIONS_CHOOSER (chooser));
_thunar_return_if_fail (chooser->files != NULL);
/* compare multiple files */
for (lp = chooser->files; lp != NULL; lp = lp->next)
......
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