Browse Source

Fix core dump in benchmark (#4648)

tags/20230517
triple Mu GitHub 3 years ago
parent
commit
e36dbdfd93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benchmark/benchncnn.cpp

+ 1
- 1
benchmark/benchncnn.cpp View File

@@ -325,6 +325,6 @@ int main(int argc, char** argv)
delete g_blob_vkallocator;
delete g_staging_vkallocator;
#endif // NCNN_VULKAN
ncnn::destroy_gpu_instance();
return 0;
}

Loading…
Cancel
Save