Commit 3ececfd2 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Fix a leak in macdrv_CountClipboardFormats(). (Clang).

parent 49197e81
...@@ -1716,6 +1716,7 @@ INT CDECL macdrv_CountClipboardFormats(void) ...@@ -1716,6 +1716,7 @@ INT CDECL macdrv_CountClipboardFormats(void)
} }
} }
CFRelease(types);
CFRelease(seen_formats); CFRelease(seen_formats);
TRACE(" -> %d\n", ret); TRACE(" -> %d\n", ret);
return ret; return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment