modules: fix proxy ref-count
This commit is contained in:
@@ -82,7 +82,7 @@ proxy_node_created(GObject *initable, GAsyncResult *res, gpointer d)
|
||||
struct proxy_info *pi = d;
|
||||
const struct module_data *data = pi->data;
|
||||
g_autoptr (WpCore) core = wp_module_get_core (data->module);
|
||||
WpProxyNode *proxy_node = NULL;
|
||||
g_autoptr (WpProxyNode) proxy_node = NULL;
|
||||
struct endpoint_info *ei = NULL;
|
||||
WpEndpoint *endpoint = NULL;
|
||||
g_autoptr (GVariant) endpoint_props = NULL;
|
||||
|
Reference in New Issue
Block a user