diff options
Diffstat (limited to 'ext/zip/lib/zip_new.c')
-rw-r--r-- | ext/zip/lib/zip_new.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zip/lib/zip_new.c b/ext/zip/lib/zip_new.c index 3e8ccee644..7ce1237cdb 100644 --- a/ext/zip/lib/zip_new.c +++ b/ext/zip/lib/zip_new.c @@ -65,6 +65,7 @@ _zip_new(struct zip_error *error) za->nfile = za->nfile_alloc = 0; za->file = NULL; za->flags = za->ch_flags = 0; + za->default_password = NULL; return za; } |