Skip to content

Commit

Permalink
Fix Memory Leak 🐇
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiightmareXD committed Feb 24, 2024
1 parent 27ae821 commit e5db30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics_capture_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::sync::{

use parking_lot::Mutex;
use windows::{
core::{ComInterface, IInspectable, HSTRING},
core::{IInspectable, Interface, HSTRING},
Foundation::{EventRegistrationToken, Metadata::ApiInformation, TypedEventHandler},
Graphics::{
Capture::{Direct3D11CaptureFramePool, GraphicsCaptureItem, GraphicsCaptureSession},
Expand Down

0 comments on commit e5db30b

Please sign in to comment.