rpcrt4: Fix memory leak in NdrFullPointerXlatFree.
commit52f08dd510dfb94791a16d328756e6cf63300589
authorRob Shearman <rob@codeweavers.com>
Wed, 9 Jan 2008 10:33:19 +0000 (9 10:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Jan 2008 12:38:02 +0000 (9 13:38 +0100)
tree09e140fe9a93d87c7677dd52c2308c10d7e278a3
parent4b75f33012cb382d91e396bbe3821a65e131c753
rpcrt4: Fix memory leak in NdrFullPointerXlatFree.

First of all, the code was freeing the wrong pointer (i.e. the pointer
supplied by the caller of one of the NdrFullPointer* functions, not the
PFULL_PTR_TO_REFID_ELEMENT. Second, the code wasn't following the Next
link to the next entry in the list.
dlls/rpcrt4/ndr_fullpointer.c