diff -r b3c4ae876d54 -r 535ee50a15c8 plugins/zephyr/zephyr.c --- 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); }