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

oldstable
Ken Thomases 2013-10-20 23:55:21 -05:00 committed by Alexandre Julliard
parent 49197e811b
commit 3ececfd2a5
1 changed files with 1 additions and 0 deletions

View File

@ -1716,6 +1716,7 @@ INT CDECL macdrv_CountClipboardFormats(void)
}
}
CFRelease(types);
CFRelease(seen_formats);
TRACE(" -> %d\n", ret);
return ret;