rpcrt4: Free all pointers by default, except for conformant strings.
commit8d36337644598f969f9bd58eed1260a82515356f
authorRobert Shearman <rob@codeweavers.com>
Thu, 20 Apr 2006 10:45:16 +0000 (20 11:45 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Apr 2006 13:12:07 +0000 (20 15:12 +0200)
treee7b77bad38bb897f772d2fb8221a452a97492c58
parentb36d5fa11fd6e4a155ba5023a633e2c05585c316
rpcrt4: Free all pointers by default, except for conformant strings.

Free all pointers by default, except for conformant strings.
Conformant arrays should always be freed.
Add FC_CVARRAY to list of known types to avoid a FIXME.
dlls/rpcrt4/ndr_marshall.c