diff src/protocols/novell/novell.c @ 8744:0f73e8204529

[gaim-migrate @ 9499] "This patch fixes some memory leaks and also fixes the title for the contact info dialog -- no longer using "Title" :)" --Mike Stoddard (16:51:04) Sean: Mike Stoddard is the Novell guy who wrote it. Accept any patches from him committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 21 Apr 2004 21:01:42 +0000
parents 52969b8e9c58
children dbe23964ff2b
line wrap: on
line diff
--- a/src/protocols/novell/novell.c	Wed Apr 21 15:33:50 2004 +0000
+++ b/src/protocols/novell/novell.c	Wed Apr 21 21:01:42 2004 +0000
@@ -1013,8 +1013,7 @@
 		}
 	}
 
-	/* XXX - Um, we're using "Title" as the title? */
-	gaim_notify_formatted(NULL, "Title", _("User Properties"),
+	gaim_notify_formatted(NULL, NULL, _("User Properties"),
 						  NULL, info_text->str, NULL, NULL);
 
 	g_string_free(info_text, TRUE);
@@ -1850,6 +1849,9 @@
 		g_free(str);
 	}
 
+	if (message)
+		nm_release_message(message);
+
 	return -1;
 }