fix leak of removed windows and buffers

This commit is contained in:
David Rose 2007-09-14 18:41:20 +00:00
parent a915788f83
commit b7316b8066

View File

@ -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.