[Libreoffice-commits] .: sal/osl

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Jun 17 13:14:37 PDT 2012


 sal/osl/w32/file_dirvol.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d524da2c3bfcd2fd35b92df47834757056ec41b2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Jun 17 15:10:16 2012 -0500

    rtl: (i119939) memory leak
    
    Change-Id: I1ab34337785967d6cbac9ab47c5a2bb517001840

diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index d7a531c..1a3114f 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -417,6 +417,7 @@ static HANDLE WINAPI OpenDirectory( rtl_uString* pPath)
                     pDirectory = NULL;
                 }
             }
+            rtl_freeMemory(szFileMask);
         }
     }
 


More information about the Libreoffice-commits mailing list