]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
client: Do not leak buffer tree node on exit.
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index be4d572e22f1517d1f5c3c970d30e6f6671f4158..a27e67eeb7b438546573c254d76c4ed15cdf3750 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -18,7 +18,6 @@
 #include "string.h"
 #include "afh.h"
 #include "afs.h"
 #include "string.h"
 #include "afh.h"
 #include "afs.h"
-#include "net.h"
 #include "fd.h"
 #include "ipc.h"
 #include "portable_io.h"
 #include "fd.h"
 #include "ipc.h"
 #include "portable_io.h"
@@ -2569,10 +2568,6 @@ static void aft_close(void)
 {
        osl_close_table(audio_file_table, OSL_MARK_CLEAN);
        audio_file_table = NULL;
 {
        osl_close_table(audio_file_table, OSL_MARK_CLEAN);
        audio_file_table = NULL;
-       free(status_items);
-       status_items = NULL;
-       free(parser_friendly_status_items);
-       parser_friendly_status_items = NULL;
 }
 
 /**
 }
 
 /**