changeset 1799:708d333734f9

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jun 2018 12:41:55 +0300
parents 6db41588458c
children 45e7688336dc
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Thu Jun 14 04:01:58 2018 +0300
+++ b/tools/lib64gfx.c	Thu Jun 14 12:41:55 2018 +0300
@@ -1450,6 +1450,7 @@
     return DMERR_OK;
 
 err:
+    // In error case, free the buffer
     dmGrowBufFree(buf);
     return res;
 }