예제 #1
0
파일: Fft.cs 프로젝트: mdblack98/HamCockpit
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 public void Dispose()
 {
     if (specBuffer != null)
     {
         Ipp.ippsFree(specBuffer);
     }
 }
예제 #2
0
 /// <summary>Performs application-defined tasks associated with freeing, releasing,
 /// or resetting unmanaged resources.</summary>
 public void Dispose()
 {
     Ipp.ippsFree(pSpec);
 }