diff options
-rw-r--r-- | indra/llcommon/lltrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 8ec0cdc4dc..7694f65441 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -781,7 +781,7 @@ public: accumulator->mAllocatedCount--; accumulator->mDeallocatedCount++; } - deallocAligned<ALIGNMENT, sizeof(size_T)>(ptr); + deallocAligned<ALIGNMENT, sizeof(size_t)>(ptr); } // claim memory associated with other objects/data as our own, adding to our calculated footprint |