about summary refs log tree commit diff stats
path: root/src/LYPrint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYPrint.c')
-rw-r--r--src/LYPrint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYPrint.c b/src/LYPrint.c
index 21e0989d..e5b35ae7 100644
--- a/src/LYPrint.c
+++ b/src/LYPrint.c
@@ -483,7 +483,7 @@ PRIVATE void send_file_to_mail ARGS3(
     BOOL use_type;
     CONST char *disp_charset;
     FILE *outfile_fp;
-    char *buffer;
+    char *buffer = NULL;
     char *subject = NULL;
     char user_response[LINESIZE];
     int c;