mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3030: Coverity reports a memory leak
Problem: Coverity reports a memory leak. Solution: Fix the leak and a few typos. (Dominique Pellé, closes #8418)
This commit is contained in:
committed by
Bram Moolenaar
parent
035bd1c99f
commit
cb54bc6562
@@ -442,7 +442,7 @@ EXTERN char e_libsodium_decryption_failed_header_incomplete[]
|
||||
INIT(= N_("E1198: Decryption failed: Header incomplete!"));
|
||||
EXTERN char e_libsodium_cannot_decrypt_buffer[]
|
||||
INIT(= N_("E1199: Cannot decrypt buffer, not enough space"));
|
||||
EXTERN char e_libsodium_decription_failed[]
|
||||
EXTERN char e_libsodium_decryption_failed[]
|
||||
INIT(= N_("E1200: Decryption failed: corrupted chunk!"));
|
||||
EXTERN char e_libsodium_decyption_failed_premature[]
|
||||
EXTERN char e_libsodium_decryption_failed_premature[]
|
||||
INIT(= N_("E1201: Decryption failed: pre-mature end of file!"));
|
||||
|
Reference in New Issue
Block a user