Cleaned up after lexical scanner
authoruranther <jwheaton@purdue.edu>
Wed, 10 Jun 2009 22:07:49 +0000 (18:07 -0400)
committeruranther <jwheaton@purdue.edu>
Wed, 10 Jun 2009 22:07:49 +0000 (18:07 -0400)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index bde1e58..b2fa48a 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -340,6 +340,7 @@ clean_up(void) {
     g_string_free(uzbl.state.keycmd, TRUE);
     g_hash_table_destroy(uzbl.bindings);
     g_hash_table_destroy(uzbl.behave.commands);
+    g_scanner_destroy(uzbl.scan);
 }
 
 /* used for html_mode_timeout