changeset 21:38fe566b5ee1

unref newly added regex at unload time.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 04 May 2008 19:46:02 +0900
parents 4c236a7a128f
children 73beea4dbaa1
files pidgin-twitter.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Sun May 04 19:27:07 2008 +0900
+++ b/pidgin-twitter.c	Sun May 04 19:46:02 2008 +0900
@@ -257,6 +257,8 @@
 
     g_regex_unref(regp[RECIPIENT]);
     g_regex_unref(regp[SENDER]);
+    g_regex_unref(regp[COMMAND]);
+    g_regex_unref(regp[PSEUDO]);
 
     return TRUE;
 }