diff options
author | Pixel <> | 2001-03-22 12:37:28 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-22 12:37:28 +0000 |
commit | 6dbb3e3b0c624b1e4d51e7f3034918fe58e95970 (patch) | |
tree | 47a45592a6ca1073d2563fab4cb5753747b586c7 /lib/BinHeap.cc | |
parent | 9e70c36a3c49801a0cb0bf1f0a4f8b353e4703f1 (diff) |
Last bugfixe (?)
Diffstat (limited to 'lib/BinHeap.cc')
-rw-r--r-- | lib/BinHeap.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/BinHeap.cc b/lib/BinHeap.cc index bb58141..b4df068 100644 --- a/lib/BinHeap.cc +++ b/lib/BinHeap.cc @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <iostream.h> #include "config.h" #include "BinHeap.h" #include "CList.h" @@ -77,6 +78,7 @@ BinHeap::~BinHeap(void) { if (Datas) free(Datas); + delete FP; } Key_t BinHeap::ReadKey(Cell C) |