plugins/zephyr/zephyr.c

changeset 1812
535ee50a15c8
parent 1808
2804c3ce31f0
child 1940
34745adfcc5d
--- a/plugins/zephyr/zephyr.c	Sat May 05 11:30:16 2001 +0000
+++ b/plugins/zephyr/zephyr.c	Sat May 05 22:27:51 2001 +0000
@@ -530,9 +530,9 @@
 										sub.zsub_classinst,
 										sub.zsub_recipient);
 					}
-					g_free(recip);
 					subscrips = g_slist_append(subscrips,
 								new_triple(triple[0], triple[1], recip));
+					g_free(recip);
 				}
 				g_strfreev(triple);
 			}

mercurial