SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
961 stars 130 forks source link

VulkanActivity onBackpress Crash #19

Closed gokulsukumar03 closed 5 years ago

gokulsukumar03 commented 5 years ago

Application crashing on clicking back from VulkanActivity

Error Message:

A/libc: Invalid address 0xc7503dc0 passed to free: value not allocated A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 13867 pid 13822

gokulsukumar03 commented 5 years ago
@Override
public void onBackPressed() {
    System.gc();
    System.exit(0);
}