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

Alexandre Julliard julliard at winehq.org
Mon Jan 14 09:33:16 CST 2008


Module: wine
Branch: master
Commit: 4402daa00b29832cf24ea0847a2c49200f3d3fb6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4402daa00b29832cf24ea0847a2c49200f3d3fb6

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sun Jan 13 20:53:25 2008 +0000

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 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c
index d99fbf9..7dcfa51 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);
     }
 }
 




More information about the wine-cvs mailing list