mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-20 23:43:56 +08:00
Fix hooks
This commit is contained in:
@@ -182,7 +182,7 @@ impl<'a> ValueRef<'a> {
|
||||
}
|
||||
|
||||
unsafe extern "C" fn free_boxed_value<T>(p: *mut c_void) {
|
||||
let _: Box<T> = Box::from_raw(p as *mut T);
|
||||
drop(Box::from_raw(p as *mut T));
|
||||
}
|
||||
|
||||
/// Context is a wrapper for the SQLite function evaluation context.
|
||||
|
Reference in New Issue
Block a user