diff options
Diffstat (limited to 'src/doprnt.c')
| -rw-r--r-- | src/doprnt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doprnt.c b/src/doprnt.c index 05b194c9dbb..c7c27bac4c3 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -326,8 +326,7 @@ doprnt1 (lispstrings, buffer, bufsize, format, format_end, nargs, args) }; /* If we had to malloc something, free it. */ - if (big_buffer) - xfree (big_buffer); + xfree (big_buffer); *bufptr = 0; /* Make sure our string end with a '\0' */ return bufptr - buffer; |
