Example #1
0
 public void ClearData()
 {
     m_tData.Clear();
     //memset(&m_tData , 0 , sizeof(TData)); 이방식으로 하면 String 에서 메모리 누수 생김.
 }