projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8667b7a
)
GdkWin32: Plug memory leak
author
Luca Bacci
<luca.bacci982@gmail.com>
Thu, 19 May 2022 06:49:05 +0000
(08:49 +0200)
committer
Luca Bacci
<luca.bacci982@gmail.com>
Thu, 19 May 2022 06:49:05 +0000
(08:49 +0200)
gdk/win32/gdkinput-dmanipulation.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkinput-dmanipulation.c
b/gdk/win32/gdkinput-dmanipulation.c
index 49244f02c2ad5c45f780fefa8dfb5732aa5a5003..82b60e209b599a060846ef9f638722a47750a917 100644
(file)
--- a/
gdk/win32/gdkinput-dmanipulation.c
+++ b/
gdk/win32/gdkinput-dmanipulation.c
@@
-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