Index: Dialog.cpp
===================================================================
RCS file: /src/repository/freeamp/ui/musicbrowser/win32/src/Dialog.cpp,v
retrieving revision 1.104
diff -u -d -r1.104 Dialog.cpp
--- Dialog.cpp	2001/01/06 00:08:58	1.104
+++ Dialog.cpp	2001/01/11 08:44:46
@@ -505,7 +505,10 @@
     }
     
     DestroyWindow(m_hWnd);
-    m_hWnd = NULL;
+    //  JS: don't set to NULL. This object has just been deleted.
+    //       when WM_DESTROY is sent to us and we called 
+    //       MusicBrowserUI::Destroy()
+    //  m_hWnd = NULL;
 
     return false;
 }
