diff --git a/src/Demos/osgtxp/osgtxp.cpp b/src/Demos/osgtxp/osgtxp.cpp index 8171a83cc..028f6ef10 100644 --- a/src/Demos/osgtxp/osgtxp.cpp +++ b/src/Demos/osgtxp/osgtxp.cpp @@ -161,7 +161,9 @@ int main( int argc, char **argv ) // fire up the event loop. viewer->run(); - // Close things down + + // Close things down + // (note from Robert Osfield, umm.... we should be using ref_ptr<> for handling memory here, this isn't robust..) delete pageManager; delete txpArchive; delete viewer;