Fix a thinko

tingping/wmclass
Matthias Clasen 2015-02-09 15:21:52 +01:00
parent 4571eb85f7
commit 02b6300453
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ xdg_app_builtin_repo_contents (int argc, char **argv, GCancellable *cancellable,
break;
}
if (found)
if (!found)
g_ptr_array_add (names, name);
else
g_free (name);