diff options
Diffstat (limited to 'src/windows')
| -rw-r--r-- | src/windows/main_windows.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/main_windows.cpp b/src/windows/main_windows.cpp index 2426159..1479e79 100644 --- a/src/windows/main_windows.cpp +++ b/src/windows/main_windows.cpp @@ -183,6 +183,8 @@ int main(int, char**) _ts_platform_draw_frame(); } + ts_destroy_result(current_search_result); + ImGui_ImplOpenGL3_Shutdown(); ImGui_ImplWin32_Shutdown(); ImGui::DestroyContext(); |
