mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Bump sctk-adwaita to 0.4.1
This should force the use of system libraries for Fontconfig and freetype instead of building them with cmake if missing. This also fixes compilation failures on nightly. Fixes #2373.
This commit is contained in:
@@ -80,7 +80,7 @@ impl FileDropHandler {
|
||||
let count = drop_handler.refcount.fetch_sub(1, Ordering::Release) - 1;
|
||||
if count == 0 {
|
||||
// Destroy the underlying data
|
||||
Box::from_raw(drop_handler as *mut FileDropHandlerData);
|
||||
drop(Box::from_raw(drop_handler as *mut FileDropHandlerData));
|
||||
}
|
||||
count as u32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user