X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=1ca54da90191fd270c98b3001d16a4b5f5c04c53;hp=229ec5c6fcbdfcc6c015ef41e082db2ff3a90f23;hb=7ad440cc721a097ecff7aa3f38f22806c644a497;hpb=b27f3e8dd53af7209626a9f0e98eb4770602c2e7 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;