]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Minor fixes (this is now v1.0.0 by the way)
[wimlib] / src / dentry.h
index b539fb58148e807c48792183a64fdb80d53a612c..8283b596bfb0ae84a213c2af2a85e58d16cace93 100644 (file)
@@ -99,7 +99,6 @@ static inline void destroy_ads_entry(struct ads_entry *entry)
 {
        FREE(entry->stream_name);
        FREE(entry->stream_name_utf8);
-       memset(entry, 0, sizeof(entry));
 }
 
 static inline bool ads_entry_has_name(const struct ads_entry *entry,