comparison 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
comparison
equal deleted inserted replaced
1798:6db41588458c 1799:708d333734f9
1448 } 1448 }
1449 1449
1450 return DMERR_OK; 1450 return DMERR_OK;
1451 1451
1452 err: 1452 err:
1453 // In error case, free the buffer
1453 dmGrowBufFree(buf); 1454 dmGrowBufFree(buf);
1454 return res; 1455 return res;
1455 } 1456 }
1456 1457
1457 1458