mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix leak of removed windows and buffers
This commit is contained in:
parent
a915788f83
commit
b7316b8066
@ -663,6 +663,7 @@ render_frame() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_windows.swap(new_windows);
|
||||||
|
|
||||||
// Now it's time to do any drawing from the main frame--after all of
|
// Now it's time to do any drawing from the main frame--after all of
|
||||||
// the App code has executed, but before we begin the next frame.
|
// the App code has executed, but before we begin the next frame.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user