]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
client: Fix a memory leak in client_post_select().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 538c757ae2f5bdc53ca3d6b13cfb7845998d36d1..5a5d015d4b2996c991909bee853d6cd3d8a0fd57 100644 (file)
--- a/error.h
+++ b/error.h
@@ -85,6 +85,7 @@ extern const char **para_errlist[];
 
 #define COMPRESS_FILTER_ERRORS \
        PARA_ERROR(COMPRESS_SYNTAX, "syntax error in compress filter config"), \
+       PARA_ERROR(COMPRESS_EOF, "compress: end of file"), \
 
 
 #define WAV_FILTER_ERRORS \
@@ -420,7 +421,6 @@ extern const char **para_errlist[];
 
 #define FILE_WRITE_ERRORS \
        PARA_ERROR(FW_WRITE, "file writer write error"), \
-       PARA_ERROR(FW_OPEN, "file writer: can not open output file"), \
        PARA_ERROR(FW_NO_FILE, "task started without open file"), \