diff options
Diffstat (limited to 'source/utils/make_printerdef.c')
-rw-r--r-- | source/utils/make_printerdef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/make_printerdef.c b/source/utils/make_printerdef.c index a449a24fcdd..f5d40ea3f00 100644 --- a/source/utils/make_printerdef.c +++ b/source/utils/make_printerdef.c @@ -307,7 +307,7 @@ static char *find_desc(FILE *fichier,char *text) if (!strcmp(text,long_desc)) found=1; } - free(chaine); + SAFE_FREE(chaine); if (!found || !crap) return(NULL); while(*crap==' ') crap++; pstrcpy(short_desc,crap); |