Project

General

Profile

« Previous | Next » 

Revision 4aa74b60

Added by byroot (Jean Boussier) 8 months ago

compile.c: avoid allocating 0 length call_data

if body->ci_size is 0, there's no point allocating 0B,
it just wastes an entry in the allocator.