changeset 1812:b012f6b9095b

[gaim-migrate @ 1822] flip committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 22:27:51 +0000
parents 81eddef3607d
children 998a6a032874
files plugins/zephyr/zephyr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 			}