summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2017-09-17 12:22:58 +0200
committerLode <lvandeve@gmail.com>2017-09-17 12:22:58 +0200
commit579d38bfd0a3c9fd3a62a9d18560685110161cf8 (patch)
tree149df19eace87cbabdc403a4366b5845fba0f55a /lodepng.h
parent1d1b55c071591d9537bf5adf67af8d473af6beb8 (diff)
fix encoder memory leak for some input error cases
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lodepng.h b/lodepng.h
index 8c634d2..d633bfa 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,7 +1,7 @@
/*
-LodePNG version 20161127
+LodePNG version 20170917
-Copyright (c) 2005-2016 Lode Vandevenne
+Copyright (c) 2005-2017 Lode Vandevenne
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -1608,6 +1608,7 @@ yyyymmdd.
Some changes aren't backwards compatible. Those are indicated with a (!)
symbol.
+*) 17 sep 2017: fix memory leak for some encoder input error cases
*) 27 nov 2016: grey+alpha auto color model detection bugfix
*) 18 apr 2016: Changed qsort to custom stable sort (for platforms w/o qsort).
*) 09 apr 2016: Fixed colorkey usage detection, and better file loading (within
@@ -1757,5 +1758,5 @@ Domain: gmail dot com.
Account: lode dot vandevenne.
-Copyright (c) 2005-2016 Lode Vandevenne
+Copyright (c) 2005-2017 Lode Vandevenne
*/