Beispiel #1
0
 public void CleanUpNativeData(IntPtr pNativeData)
 {
     //!TODO: maybe rs_free_error here?
     NativeMethods.rs2_free_error(pNativeData);
 }