From ccab5cf829db955ddccc854a448f8ac78f62d53d Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 24 Dec 2013 01:09:27 +0100 Subject: [PATCH] Close the connection Signed-off-by: Sebastian Ramacher --- synctex-dbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/synctex-dbus.c b/synctex-dbus.c index a9f2926..4de17da 100644 --- a/synctex-dbus.c +++ b/synctex-dbus.c @@ -308,6 +308,7 @@ synctex_forward_position(const char* filename, const char* position) } g_variant_iter_free(iter); g_variant_unref(vnames); + g_object_unref(connection); return found_one; }