Close the connection

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-12-24 01:09:27 +01:00
parent 1b6a2b4753
commit ccab5cf829

View file

@ -308,6 +308,7 @@ synctex_forward_position(const char* filename, const char* position)
} }
g_variant_iter_free(iter); g_variant_iter_free(iter);
g_variant_unref(vnames); g_variant_unref(vnames);
g_object_unref(connection);
return found_one; return found_one;
} }