mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
LOL MEMORY LEAK IN THE MEMORY LEAK TESTER
This commit is contained in:
parent
622eff327d
commit
ddc9693a0c
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ void FurnaceGUI::drawDebug() {
|
|||
rend->updateTexture(t,data,2048*4);
|
||||
rend->destroyTexture(t);
|
||||
}
|
||||
delete[] data;
|
||||
}
|
||||
if (ImGui::Button("Write (lock)")) {
|
||||
unsigned char* data=NULL;
|
||||
|
|
Loading…
Reference in a new issue