summaryrefslogtreecommitdiff
path: root/src/ilasm
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2017-03-28 18:09:12 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2017-03-28 18:09:12 -0700
commitc082bf271567b3dc44d80b37b2b5c8eed5b95f64 (patch)
treec6257c6092eeca28f32966e044a8b205c1682510 /src/ilasm
parentbff1ee64d07bf72beed3c6474624e9cd8f49ac78 (diff)
downloadcoreclr-c082bf271567b3dc44d80b37b2b5c8eed5b95f64.tar.gz
coreclr-c082bf271567b3dc44d80b37b2b5c8eed5b95f64.tar.bz2
coreclr-c082bf271567b3dc44d80b37b2b5c8eed5b95f64.zip
Removing Unnecessary CloseBuffer calls
Diffstat (limited to 'src/ilasm')
-rw-r--r--src/ilasm/grammar_after.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ilasm/grammar_after.cpp b/src/ilasm/grammar_after.cpp
index 344e504f05..53d141db54 100644
--- a/src/ilasm/grammar_after.cpp
+++ b/src/ilasm/grammar_after.cpp
@@ -854,7 +854,6 @@ Its_An_Id:
TRUE, wzFullName,&pwz);
if(dw != 0)
{
- wzFullName.CloseBuffer((COUNT_T)(dw));
delete [] wzFile;
wzFile = wzFullName.GetCopyOfUnicodeString();