From 09f70ec67186bb10dbd252650210bff2daa70ec7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 22 Jun 2008 16:34:14 +0000 Subject: Release 10.35.46 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@654 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtotga.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converter/other/pamtotga.c') diff --git a/converter/other/pamtotga.c b/converter/other/pamtotga.c index 1e0808ed..6c8769ed 100644 --- a/converter/other/pamtotga.c +++ b/converter/other/pamtotga.c @@ -461,7 +461,8 @@ computeTgaHeader(struct pam * const pamP, static void releaseTgaHeader(struct ImageHeader const tgaHeader) { - strfree(tgaHeader.Id); + if (tgaHeader.IdLength > 0) + strfree(tgaHeader.Id); } -- cgit 1.4.1