diff options
-rw-r--r-- | cqrlogo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ int main(int argc, char **argv) { free(stolen); if (uri_png) free(uri_png); - free(bitmap); + bitmap_free(bitmap); return EXIT_SUCCESS; } |
index : cqrlogo | ||
CGI QR-Code logo | git daemon user |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | cqrlogo.c | 2 |
@@ -295,7 +295,7 @@ int main(int argc, char **argv) { free(stolen); if (uri_png) free(uri_png); - free(bitmap); + bitmap_free(bitmap); return EXIT_SUCCESS; } |