[at-spi2-core: 1/10] droute-test.c: Free the DRouteContext at the end




commit 41946f56b17c82966a8ea32e7d8be4a99ff194b7
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Jul 4 17:49:01 2022 -0500

    droute-test.c: Free the DRouteContext at the end

 droute/droute-test.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/droute/droute-test.c b/droute/droute-test.c
index 24825503..2065dbf3 100644
--- a/droute/droute-test.c
+++ b/droute/droute-test.c
@@ -300,6 +300,9 @@ int main (int argc, char **argv)
 
     g_idle_add (do_tests_func, NULL);
     g_main_loop_run(main_loop);
+
+    droute_free (cnx);
+
     if (success)
             return 0;
     else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]