rpcrt4: Don't print fixmes for NDR types without a freeing function.
Not all types have a freeing function.
This commit is contained in:
parent
97b842c817
commit
4402daa00b
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue