mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Fixed a typo
This commit is contained in:
parent
152c7d32af
commit
a0955950d1
2
backend/library.c
Normal file → Executable file
2
backend/library.c
Normal file → Executable file
@ -93,7 +93,7 @@ void ZBarcode_Delete(struct zint_symbol *symbol)
|
|||||||
if (symbol->bitmap != NULL)
|
if (symbol->bitmap != NULL)
|
||||||
free(symbol->bitmap);
|
free(symbol->bitmap);
|
||||||
|
|
||||||
// If there is a rendered version, ensure it's memory is released
|
// If there is a rendered version, ensure its memory is released
|
||||||
if (symbol->rendered != NULL) {
|
if (symbol->rendered != NULL) {
|
||||||
struct zint_render_line *line, *l;
|
struct zint_render_line *line, *l;
|
||||||
struct zint_render_string *string, *s;
|
struct zint_render_string *string, *s;
|
||||||
|
Loading…
Reference in New Issue
Block a user