Commit 3205607c authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Fix memory leak.

parent 869e9a3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1086,6 +1086,7 @@ void reendcat()
      QFTELL(fitscat->file, pos, fitscat->filename);
      QFSEEK(fitscat->file, tab->headpos, SEEK_SET, fitscat->filename);
      save_tab(fitscat, tab);
      remove_tab(fitscat, "LDAC_IMHEAD", 0);
      QFSEEK(fitscat->file, pos, SEEK_SET, fitscat->filename);
      break;