Exemple #1
0
 void FreeUnmanaged()
 {
     SafeNativeMethods.OggStreamClear(_state);
     Marshal.FreeHGlobal(_state);
 }