Fix some memory leaks
[satune.git] / src / ASTAnalyses / Encoding / subgraph.h
index c9aaa0cd6d63813aaf90f6619e58ad12b0953193..88a129129a8c3de1e8b005469727ba1656218e61 100644 (file)
@@ -37,6 +37,7 @@ typedef Hashtable<NodeValuePair *, EncodingValue *, uintptr_t, 0, hashNodeValueP
 class EncodingSubGraph {
 public:
        EncodingSubGraph();
+       ~EncodingSubGraph();
        void addNode(EncodingNode *n);
        SetIteratorEncodingNode *nodeIterator();
        void encode();