diff src/util.c @ 846:4b05985bae5e

[gaim-migrate @ 856] plugging some leaks committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 06 Sep 2000 20:37:48 +0000
parents 647b110f7a1a
children b389c4221c89
line wrap: on
line diff
--- a/src/util.c	Wed Sep 06 20:29:31 2000 +0000
+++ b/src/util.c	Wed Sep 06 20:37:48 2000 +0000
@@ -827,6 +827,7 @@
                                 g_string_free( string, TRUE );
                         }
                         pclose( file);
+			g_free(word);
                         break;
                 }
                 else if(!isalpha(GTK_TEXT_INDEX(GTK_TEXT(text), start)))