From 4402daa00b29832cf24ea0847a2c49200f3d3fb6 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Sun, 13 Jan 2008 20:53:25 +0000 Subject: [PATCH] rpcrt4: Don't print fixmes for NDR types without a freeing function. Not all types have a freeing function. --- dlls/rpcrt4/ndr_marshall.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index d99fbf9d75c..7dcfa51fb0c 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -2568,7 +2568,6 @@ static unsigned char * ComplexFree(PMIDL_STUB_MESSAGE pStubMsg, else m(pStubMsg, pMemory, desc); } - else FIXME("no freer for embedded type %02x\n", *desc); pMemory += size; pFormat += 2; continue; @@ -5245,7 +5244,6 @@ static void union_arm_free(PMIDL_STUB_MESSAGE pStubMsg, m(pStubMsg, pMemory, desc); } } - else FIXME("no freer for embedded type %02x\n", *desc); } }