We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57535b4 commit 18af7b1Copy full SHA for 18af7b1
Runtime/SQLiteExtensions.cs
@@ -43,6 +43,6 @@ public enum DeserializeFlags : uint
43
public static extern IntPtr Realloc(IntPtr ptr, long size);
44
45
[DllImport(LibraryPath, EntryPoint = "sqlite3_free", CallingConvention = CallingConvention.Cdecl)]
46
- public static extern IntPtr Free(IntPtr ptr);
+ public static extern void Free(IntPtr ptr);
47
}
48
0 commit comments