memleak --

This commit is contained in:
taipanromania
2008-10-07 08:38:08 +00:00
parent 869f08b904
commit 118403cb05
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,7 @@ int plessey(struct zint_symbol *symbol, unsigned char source[])
expand(symbol, dest);
strcpy(symbol->text, (char*)source);
free(checkptr);
return error_number;
}