]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 't/hup_fix'
authorAndre Noll <maan@systemlinux.org>
Thu, 23 Jun 2011 17:13:40 +0000 (19:13 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 23 Jun 2011 17:13:40 +0000 (19:13 +0200)
1  2 
aft.c

diff --combined aft.c
index 0edc701338582f811d587229bf89195e621ff1a6,078876be4d5533e438bf75c08f1c1988eba2b768..a27e67eeb7b438546573c254d76c4ed15cdf3750
--- 1/aft.c
--- 2/aft.c
+++ b/aft.c
@@@ -18,6 -18,7 +18,6 @@@
  #include "string.h"
  #include "afh.h"
  #include "afs.h"
 -#include "net.h"
  #include "fd.h"
  #include "ipc.h"
  #include "portable_io.h"
@@@ -2568,10 -2569,6 +2568,6 @@@ static void aft_close(void
  {
        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;
  }
  
  /**