changeset 22801:6fe3a32c5ee9

Plug a small leak.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 03 May 2008 07:27:25 +0000
parents 67a4c8c46f78
children 958f9379eb1a
files libpurple/protocols/sametime/sametime.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Sat May 03 07:13:58 2008 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Sat May 03 07:27:25 2008 +0000
@@ -1233,6 +1233,7 @@
   }
 
   mwSametimeList_free(stlist);
+  mwGetBuffer_free(b);
 }