• Rob Shearman's avatar
    widl: Fix the conditions under which array freeing code is output. · e998892a
    Rob Shearman authored
    It doesn't matter whether or not the array is declared as a pointer or 
    is declared using array subscripts - the array is still allocated by the 
    unmarshalling function and so needs to be freed.
    
    Fix a typo that caused varying arrays never to be freed.
    
    Fix another typo with the check for conformant arrays being performed 
    twice, redundantly.
    e998892a
Name
Last commit
Last update
..
Makefile.in Loading commit data...
client.c Loading commit data...
hash.c Loading commit data...
hash.h Loading commit data...
header.c Loading commit data...
header.h Loading commit data...
parser.h Loading commit data...
parser.l Loading commit data...
parser.y Loading commit data...
proxy.c Loading commit data...
server.c Loading commit data...
typegen.c Loading commit data...
typegen.h Loading commit data...
typelib.c Loading commit data...
typelib.h Loading commit data...
typelib_struct.h Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
widl.c Loading commit data...
widl.h Loading commit data...
widl.man.in Loading commit data...
widltypes.h Loading commit data...
write_msft.c Loading commit data...