X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=plugin.pyx;h=0ea893f880eca5d89f983ef4d5bd06bead234f9e;hp=020fde16c2ef0c54e5d426d5a6cddd27f4fcdfb1;hb=cf6b24f0281dd8bec0d836e254f0675a072c9e7c;hpb=a63ce1528885689b88ef3be9926acfd574a088db diff --git a/plugin.pyx b/plugin.pyx index 020fde1..0ea893f 100644 --- a/plugin.pyx +++ b/plugin.pyx @@ -58,5 +58,6 @@ cdef class Plugins: if p: protocols += [p] iter = iter.next + glib.g_list_free(iter) self.protocols = protocols return protocols