]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/thread.cpp
fixed a big memory leak in DoDrawBitmap() (coverity checker CID 57)
[wxWidgets.git] / src / os2 / thread.cpp
index c292a0e61bce345396ecc6086945f330bccf631d..87d0c0611a0b67e00259d1d9c94ad8cf4b19196e 100644 (file)
@@ -381,11 +381,9 @@ private:
     unsigned int                    m_nPriority;  // thread priority in "wx" units
 };
 
-void wxThreadInternal::OS2ThreadStart(
-  void * pParam
-)
+void wxThreadInternal::OS2ThreadStart( void * pParam )
 {
-    DWORD                           dwRet;
+    DWORD dwRet;
     bool bWasCancelled;
 
     wxThread *pThread = (wxThread *)pParam;