Skip to content
Snippets Groups Projects
Commit 6a73179d authored by Julian Bouzas's avatar Julian Bouzas
Browse files

si-standard-link: fix memleak when creating links

parent 1acdb2a8
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,7 @@ create_links (WpSiStandardLink * self, WpTransition * transition,
}
}
}
g_variant_iter_free (iter);
return TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment