summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorDmitry-Me <wipedout@yandex.ru>2016-01-29 17:21:31 +0300
committerDmitry-Me <wipedout@yandex.ru>2016-01-29 17:21:31 +0300
commit5b5c5d184b50b1322b1e1c0891a572f9cca37a91 (patch)
tree31a803bebe94ebe77b1dc8d7d2899f19c5d224e9 /src/inc
parent2dfbb70eb626faee5b12693b610e2d861ac1c7f0 (diff)
downloadcoreclr-5b5c5d184b50b1322b1e1c0891a572f9cca37a91.tar.gz
coreclr-5b5c5d184b50b1322b1e1c0891a572f9cca37a91.tar.bz2
coreclr-5b5c5d184b50b1322b1e1c0891a572f9cca37a91.zip
Unify reference count access
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/ceegentokenmapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/ceegentokenmapper.h b/src/inc/ceegentokenmapper.h
index b3c1f10d70..a2312a036c 100644
--- a/src/inc/ceegentokenmapper.h
+++ b/src/inc/ceegentokenmapper.h
@@ -65,7 +65,7 @@ public:
SUPPORTS_DAC_HOST_ONLY;
ULONG cRefs = --m_cRefs;
- if (m_cRefs == 0)
+ if (cRefs == 0)
{
if (m_pIMapToken)
{