mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 19:37:06 +00:00
Fixed a typo
This commit is contained in:
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)
|
||||
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) {
|
||||
struct zint_render_line *line, *l;
|
||||
struct zint_render_string *string, *s;
|
||||
|
||||
Reference in New Issue
Block a user