summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-08-30 21:14:50 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-08-30 21:15:27 +1200
commit3daf46ccc5a18cb854e3cffb3438512d40401d21 (patch)
tree418a6177e5597691bd59f8fef0cf7687d29bddf4
parent772e7922c7f790fe9860ec53cea9719846695a48 (diff)
downloadlightdm-git-3daf46ccc5a18cb854e3cffb3438512d40401d21.tar.gz
Fix double free of GVariantIterlightdm-1-28
Bug introduced in a95eded63
-rw-r--r--src/dm-tool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dm-tool.c b/src/dm-tool.c
index 5060109f..365a7a81 100644
--- a/src/dm-tool.c
+++ b/src/dm-tool.c
@@ -353,9 +353,7 @@ main (int argc, char **argv)
g_print (" %s=%s\n", property_names[i], g_variant_print (value, FALSE));
}
}
- g_variant_iter_free (session_iter);
}
- g_variant_iter_free (seat_iter);
return EXIT_SUCCESS;
}