1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-21 03:47:07 +00:00

QR Code Lives!

This commit is contained in:
hooper114
2009-10-11 19:52:13 +00:00
parent b6828d48e7
commit de7219126a
3 changed files with 510 additions and 21 deletions

View File

@@ -248,6 +248,7 @@ void free_rs_cache(void)
free_rs_char(rs);
rs = next;
}
rslist = NULL;
}
/* The guts of the Reed-Solomon encoder, meant to be #included