Skip to content

Commit

Permalink
Fix crash due to invalid pointer (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh101 authored May 22, 2024
1 parent 6e321ae commit db1b022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/ImGui/src/ImGui/imgui_impl_ax_android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ void ImGui_ImplAndroid_Shutdown()

io.BackendPlatformName = NULL;
io.BackendPlatformUserData = NULL;
io.BackendRendererUserData = NULL;

IM_DELETE(bd);
}
Expand Down

0 comments on commit db1b022

Please sign in to comment.