summaryrefslogtreecommitdiff
path: root/heap/hp_test2.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/hp_test2.c')
-rw-r--r--heap/hp_test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test2.c b/heap/hp_test2.c
index a76aa19e082..12bd61474da 100644
--- a/heap/hp_test2.c
+++ b/heap/hp_test2.c
@@ -572,7 +572,7 @@ end:
heap_clear(file);
if (heap_close(file) || (file2 && heap_close(file2)))
goto err;
- heap_delete_all(filename2);
+ heap_delete_table(filename2);
heap_panic(HA_PANIC_CLOSE);
my_end(MY_GIVE_INFO);
return(0);