oleaut32: Store PARAMDESCEX structure inside lprgelemdescParam.
commit2f707558fcd29df82afd71338591dd596807ae3a
authorPiotr Caban <piotr@codeweavers.com>
Tue, 30 Jul 2013 13:20:04 +0000 (30 15:20 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 Jul 2013 17:12:37 +0000 (30 19:12 +0200)
tree8ec08f89233a74d9f61811afe0d8764aac4b3741
parent1967b35962ea0c2476da8986404c8d8f45eda0b9
oleaut32: Store PARAMDESCEX structure inside lprgelemdescParam.

Thanks to this change we don't need to free the data differently
depending on how it was created (by typelib reading or writing code).
dlls/oleaut32/typelib.c