summaryrefslogtreecommitdiffstats
path: root/sal/osl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-17 15:10:16 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-17 15:10:16 -0500
commitd524da2c3bfcd2fd35b92df47834757056ec41b2 (patch)
tree614197c3c736d512972cd963965c27a667c554e4 /sal/osl
parentwriter: crash(i119959) paste of multi-line draw-text into bullet list (diff)
downloadcore-d524da2c3bfcd2fd35b92df47834757056ec41b2.tar.gz
core-d524da2c3bfcd2fd35b92df47834757056ec41b2.zip
rtl: (i119939) memory leak
Change-Id: I1ab34337785967d6cbac9ab47c5a2bb517001840
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/file_dirvol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index d7a531c6782d..1a3114f018dd 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);
}
}