Fix few memory leaks in evolution-source-registry
[platform/upstream/evolution-data-server.git] / libebackend / e-server-side-source.c
index 1fadc9d..9bdb47f 100644 (file)
@@ -1485,6 +1485,7 @@ e_server_side_source_new (ESourceRegistryServer *server,
                "uid", uid, NULL);
 
        g_object_unref (dbus_object);
+       g_free (uid);
 
        return source;
 }