From d8c08f51709c1954032deb8b59e6832bd6a5ecd8 Mon Sep 17 00:00:00 2001 From: Redmond Urbino Date: Wed, 6 Jan 2010 03:06:19 +0000 Subject: [PATCH] kill crash when you logout to pick a toon then choose a diff toon --- panda/src/awesomium/awWebCore.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/awesomium/awWebCore.cxx b/panda/src/awesomium/awWebCore.cxx index 4d6b7de14f..0e35112094 100644 --- a/panda/src/awesomium/awWebCore.cxx +++ b/panda/src/awesomium/awWebCore.cxx @@ -21,11 +21,12 @@ TypeHandle AwWebCore::_type_handle; AwWebCore:: AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat) : WebCore(static_cast(level), enablePlugins, static_cast(pixelFormat)) { - awesomium_cat.info() << "constructing webcore"; + awesomium_cat.info() << "constructing webcore\n"; } AwWebCore:: ~AwWebCore() { + awesomium_cat.info() << "destructor webcore\n"; } Awesomium::WebCore& AwWebCore::