diff libpurple/protocols/msn/object.h @ 32489:60d879806964

Be a bit more specific about removing non-local MSN objects, which HanzZ thinks should fix a leak somewhere.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 02 Sep 2011 19:50:58 +0000
parents 23be655cc688
children
line wrap: on
line diff
--- a/libpurple/protocols/msn/object.h	Fri Sep 02 18:05:24 2011 +0000
+++ b/libpurple/protocols/msn/object.h	Fri Sep 02 19:50:58 2011 +0000
@@ -86,9 +86,10 @@
 /**
  * Destroys an MsnObject structure.
  *
- * @param obj The object structure.
+ * @param obj         The object structure.
+ * @param only_remote Only destroy non-local objects.
  */
-void msn_object_destroy(MsnObject *obj);
+void msn_object_destroy(MsnObject *obj, gboolean only_remote);
 
 /**
  * Outputs a string representation of an MsnObject.