about summary refs log tree commit diff
path: root/converter/other/pngtxt.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pngtxt.c')
-rw-r--r--converter/other/pngtxt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pngtxt.c b/converter/other/pngtxt.c
index bbbec099..e35450d7 100644
--- a/converter/other/pngtxt.c
+++ b/converter/other/pngtxt.c
@@ -299,7 +299,7 @@ pnmpng_read_text (png_info * const info_ptr,
                                     textline, lineLength);
                 }
             }
-            strfree(textline);
+            pm_strfree(textline);
         }
     } 
     if (noCommentsYet)