Cleanup some Memory Leaks

This commit is contained in:
Axel Wagner
2010-08-04 04:07:16 +02:00
parent 27aa9a640e
commit 51d466c41c
3 changed files with 9 additions and 1 deletions

View File

@ -144,6 +144,7 @@ void got_data(struct ev_loop *loop, ev_io *watcher, int events) {
reply_handlers[type](buffer);
}
FREE(header);
FREE(buffer);
}