1
WME sources discussion / Strange behaviour in AdPath.cpp
« on: November 23, 2009, 06:29:22 PM »
In the function CAdPath::Reset() why are you looping round calling delete [] on the m_Points array? AFAIK the RemoveAll will delete everything and clean up the memory.