X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=603715b4442006650317d0320d3475eadb6bf760;hp=229ec5c6fcbdfcc6c015ef41e082db2ff3a90f23;hb=becb57ea3aec697bfe953a0c3608e4c255b6d24b;hpb=b27f3e8dd53af7209626a9f0e98eb4770602c2e7 diff --git a/command.c b/command.c index 229ec5c6..603715b4 100644 --- a/command.c +++ b/command.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "para.h" #include "error.h" @@ -791,8 +792,6 @@ __noreturn void handle_connect(int fd, const char *peername) ret = cmd->handler(fd, argc, argv); mutex_lock(mmd_mutex); mmd->num_commands++; - free(mmd->afd.afhi.info_string); - free(mmd->afd.afhi.chunk_table); mutex_unlock(mmd_mutex); if (ret >= 0) goto out;