LOL MEMORY LEAK IN THE MEMORY LEAK TESTER
This commit is contained in:
parent
622eff327d
commit
ddc9693a0c
|
@ -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