diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 15:48:38 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 15:48:38 +0100 |
commit | eaaa9862451175392d6df48c4795b188518bed4b (patch) | |
tree | baf01847709f54d56fc009b261484120e90e5be4 /irc.c | |
parent | 4a9fd5f7a980831ee2c96a728f4f83137cfc73fe (diff) |
Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat
in a GSList so that a default config fully compiles again.
Diffstat (limited to 'irc.c')
-rw-r--r-- | irc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ void irc_free( irc_t * irc ) g_free( irc->sendbuffer ); g_free( irc->readbuffer ); g_free( irc->password ); + g_free( irc->last_root_cmd ); g_free( irc ); |