diff options
Diffstat (limited to 'sys/winks/ksvideohelpers.c')
-rw-r--r-- | sys/winks/ksvideohelpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/winks/ksvideohelpers.c b/sys/winks/ksvideohelpers.c index 7ffe6b09..e85b05fd 100644 --- a/sys/winks/ksvideohelpers.c +++ b/sys/winks/ksvideohelpers.c @@ -422,6 +422,8 @@ ks_video_probe_filter_for_caps (HANDLE filter_handle) /* REVISIT: Each KSDATARANGE should start on a 64-bit boundary */ range = (KSDATARANGE *) (((guchar *) range) + range->FormatSize); } + + g_free (items); } } } |