diff tools/lib64gfx.c @ 1799:708d333734f9

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jun 2018 12:41:55 +0300
parents 5204fab92c9e
children 0562dd55a1f6
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;
 }