]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cosmetic change in mem_hdr_test.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 30 Dec 2014 22:55:20 +0000 (23:55 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 30 Dec 2014 22:55:20 +0000 (23:55 +0100)
test-suite/mem_hdr_test.cc

index 4fe2817ede655bf47eaedf358992ab5eec1a454b..e411f2fe6dcd8e75a9200b66c9256ae695b78c31 100644 (file)
@@ -75,7 +75,7 @@ testSplayOfNodes()
     assert (!aSplay.find(&ref13,mem_hdr::NodeCompare));
     ref13.nodeBuffer.length = 1;
     assert (aSplay.find(&ref13,mem_hdr::NodeCompare));
-    aSplay.destroy(SplayNode<mem_node *>::DefaultFree);
+    aSplay.destroy();
 }
 
 void