From 4f8349a5bff9b6422fa7d2cb4e4b3ec0d4b80345 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Feb 2004 17:00:29 +0000 Subject: [PATCH] don't try to delete the reference-counted WindowFramework --- panda/src/framework/pandaFramework.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/framework/pandaFramework.cxx b/panda/src/framework/pandaFramework.cxx index a077432246..797f7a34ef 100644 --- a/panda/src/framework/pandaFramework.cxx +++ b/panda/src/framework/pandaFramework.cxx @@ -261,7 +261,6 @@ open_window(const WindowProperties &props, GraphicsPipe *pipe, GraphicsWindow *win = wf->open_window(props, &_engine, pipe, gsg); if (win == (GraphicsWindow *)NULL) { // Oops, couldn't make an actual window. - delete wf; return NULL; }