Skip to content

Commit

Permalink
Fix windows drop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Mar 29, 2023
1 parent 6fa57ab commit e65ded1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glutin-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ impl DisplayBuilder {
None
};

drop(raw_window_handle);

Ok((window, gl_config))
}
}
Expand Down

0 comments on commit e65ded1

Please sign in to comment.