diff options
author | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2020-07-01 10:29:24 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2020-07-01 11:14:38 -0300 |
commit | 53dcc7fe52bd0f6334e8ecc0c93fb2bf75051205 (patch) | |
tree | 93d97bf4eb2a6814690d731e41fedaf0afaf8fb8 | |
parent | 82a0612cc89eab13ff18846789c1cae21c331503 (diff) |
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r-- | src/ovirt-foreign-menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ovirt-foreign-menu.c b/src/ovirt-foreign-menu.c index 6ee3d86..b3fc34c 100644 --- a/src/ovirt-foreign-menu.c +++ b/src/ovirt-foreign-menu.c @@ -488,6 +488,7 @@ static void ovirt_foreign_menu_set_files(OvirtForeignMenu *menu, g_object_get(it->data, "content-type", &content_type, NULL); if (content_type != OVIRT_DISK_CONTENT_TYPE_ISO) { g_debug("Ignoring %s disk which content-type is not ISO", name); + g_free(name); continue; } } |