Cleanup some Memory Leaks
This commit is contained in:
@ -144,6 +144,7 @@ void got_data(struct ev_loop *loop, ev_io *watcher, int events) {
|
||||
reply_handlers[type](buffer);
|
||||
}
|
||||
|
||||
FREE(header);
|
||||
FREE(buffer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user