diff options
Diffstat (limited to 'heap/hp_test2.c')
-rw-r--r-- | heap/hp_test2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_test2.c b/heap/hp_test2.c index e3ed7a90df5..0f7afca5a93 100644 --- a/heap/hp_test2.c +++ b/heap/hp_test2.c @@ -574,7 +574,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); |