diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-14 20:52:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-05-14 20:52:30 +0000 |
commit | 050d64247f8e6ff585263e19f3fa51b58e570914 (patch) | |
tree | 81ebb71bb27ac7eaedf9e2d966e0bb932cb96675 | |
parent | ac32e14b818582f916d320bb2d0f94068bcf45ed (diff) |
fix for memory leak
git-svn-id: http://svn.miranda-ng.org/main/trunk@13598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Quotes/src/HTMLParserMS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Quotes/src/HTMLParserMS.cpp b/plugins/Quotes/src/HTMLParserMS.cpp index 72cc913b8a..2b6b27f67f 100644 --- a/plugins/Quotes/src/HTMLParserMS.cpp +++ b/plugins/Quotes/src/HTMLParserMS.cpp @@ -120,6 +120,7 @@ namespace {
}
}
+ ::SysFreeString(pbstrAttrName);
}
return sAttr;
|