Skip to content

Commit

Permalink
Free CKeyValues3Context clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Jan 20, 2025
1 parent 6f54599 commit a7c9df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tier1/keyvalues3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ void CKeyValues3Context::FreeKV( KeyValues3* kv )
if ( metadata )
metadata->Clear();

// Free<KeyValues3, CKeyValues3Cluster>( kv, &m_KV3BaseCluster, m_pKV3FreeCluster );
Free<CKeyValues3Cluster, KeyValues3>( kv, m_KV3PartialClusters, m_KV3FullClusters );
}

#include "tier0/memdbgoff.h"

0 comments on commit a7c9df8

Please sign in to comment.