]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/process.cpp
fixing mem leak
[wxWidgets.git] / src / common / process.cpp
index ec9686c965bca3118912d95e1599fac632bbc787..210068e955d73170945b274bd0f47e3f63d5af8d 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        process.cpp
+// Name:        src/common/process.cpp
 // Purpose:     Process termination classes
 // Author:      Guilhem Lavaux
 // Modified by: Vadim Zeitlin to check error codes, added Detach() method
@@ -104,7 +104,7 @@ void wxProcess::Detach()
 {
     // we just detach from the next handler of the chain (i.e. our "parent" -- see ctor)
     // not also from the previous handler like wxEvtHandler::Unlink() would do:
-    
+
     if (m_nextHandler)
         m_nextHandler->SetPreviousHandler(m_previousHandler);