X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=1ca54da90191fd270c98b3001d16a4b5f5c04c53;hp=229ec5c6fcbdfcc6c015ef41e082db2ff3a90f23;hb=7ad440cc721a097ecff7aa3f38f22806c644a497;hpb=a7f31bd369e5eda15361bef5aee2529bdb6eb89e diff --git a/command.c b/command.c index 229ec5c6..1ca54da9 100644 --- a/command.c +++ b/command.c @@ -791,8 +791,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;