Sweden-Number/tools/widl
Rob Shearman b81f4c24db widl: Only base types or reference pointers to base types don't need to be freed.
There are other cases where calls to Free functions can be omitted (such 
as types always unmarshalled using buffer memory with no embedded 
pointers), but these are easier dealt with inside the relevent case in 
write_remoting_arg.
2007-12-17 11:57:25 +01:00
..
Makefile.in
client.c widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
hash.c
hash.h
header.c widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
header.h
parser.h
parser.l
parser.y widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
proxy.c
server.c widl: Return types shouldn't be freed. 2007-12-17 11:57:16 +01:00
typegen.c widl: Only base types or reference pointers to base types don't need to be freed. 2007-12-17 11:57:25 +01:00
typegen.h
typelib.c
typelib.h
typelib_struct.h
utils.c
utils.h widl: Swap the version packing order back to what typelibs expect. 2007-12-13 14:30:40 +01:00
widl.c
widl.h
widl.man.in
widltypes.h
write_msft.c