forked from AuroraMiddleware/gtk
GdkWin32: Plug memory leak
This commit is contained in:
parent
8667b7a46c
commit
288dd406e0
@ -355,6 +355,8 @@ reset_viewport (IDirectManipulationViewport *viewport)
|
||||
hr = IDirectManipulationContent_SyncContentTransform (content, identity,
|
||||
G_N_ELEMENTS (identity));
|
||||
HR_CHECK (hr);
|
||||
|
||||
IUnknown_Release (content);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user