oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.
commitaaa6c4007fbe619bb6d369d0341d03001707f642
authorRob Shearman <rob@codeweavers.com>
Tue, 27 Nov 2007 19:16:19 +0000 (27 19:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Nov 2007 10:14:07 +0000 (28 11:14 +0100)
treed0133a717b4cb60c9a6f32840562cce39afa06d2
parent942a70dc64ba513c1fc0fe9c81ae731e9434fe76
oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.

Since the code is inside the loop for function data, it should be
freeing the function's custom data, not the interface's.
dlls/oleaut32/typelib.c