diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 19:57:12 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 19:57:12 +0200 |
commit | dd89a55a9b54e29da43d6adea00fc2c42e3e7ebd (patch) | |
tree | 3b2d33e9461655c0858f826161d4a85018d90f6b /ipc.c | |
parent | 764b0aba8754ab488ccc84f5cba0f9bd0c454707 (diff) |
Fixed various memory leaks/other possible problems after code review.
Diffstat (limited to 'ipc.c')
-rw-r--r-- | ipc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -570,5 +570,6 @@ int ipc_master_load_state() ipc_to_children_str( "HELLO\r\n" ); ipc_to_children_str( "OPERMSG :New BitlBee master process started (version " BITLBEE_VERSION ")\r\n" ); + fclose( fp ); return 1; } |