aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-15 19:57:12 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-15 19:57:12 +0200
commitdd89a55a9b54e29da43d6adea00fc2c42e3e7ebd (patch)
tree3b2d33e9461655c0858f826161d4a85018d90f6b /ipc.c
parent764b0aba8754ab488ccc84f5cba0f9bd0c454707 (diff)
Fixed various memory leaks/other possible problems after code review.
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc.c b/ipc.c
index 1a382f9b..18d3284e 100644
--- a/ipc.c
+++ b/ipc.c
@@ -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;
}