rpcrt4: Don't print fixmes for NDR types without a freeing function.

Not all types have a freeing function.
This commit is contained in:
Rob Shearman 2008-01-13 20:53:25 +00:00 committed by Alexandre Julliard
parent 97b842c817
commit 4402daa00b
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
}