mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
memleak --
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user