Changeset 24637 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Nov 13, 2009 1:29:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r22667 r24637 665 665 FinishParam(nsXPTCVariant &v) 666 666 { 667 #ifdef VBOX 668 /* make valgrind happy */ 669 if (!v.MustFreeVal()) 670 return; 671 #endif 667 672 if (!v.val.p) 668 673 return;
Note:
See TracChangeset
for help on using the changeset viewer.