summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conn-mail-notif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conn-mail-notif.c b/src/conn-mail-notif.c
index e6245c789..fa06941f3 100644
--- a/src/conn-mail-notif.c
+++ b/src/conn-mail-notif.c
@@ -125,6 +125,7 @@ gabble_mail_notification_subscribe (GabbleSvcConnectionInterfaceMailNotification
if (g_hash_table_lookup_extended (conn->mail_subscribers, sender, NULL, NULL))
{
DEBUG ("Sender '%s' is already subscribed!", sender);
+ g_free (sender);
goto done;
}