mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 03:05:11 -04:00
Fixed a typo
This commit is contained in:
parent
152c7d32af
commit
a0955950d1
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue