]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/file_analysis.c
htable: restore perfect bit when resizing.
[ccan] / tools / ccanlint / file_analysis.c
index 9abd62288e6923307f68716d34ea7d7b2a96da04..b83e877e0455f6c3006537c90ea023e0034b2aaf 100644 (file)
@@ -180,6 +180,7 @@ struct manifest *get_manifest(const void *ctx, const char *dir)
        list_head_init(&m->other_test_files);
        list_head_init(&m->other_files);
        list_head_init(&m->examples);
+       list_head_init(&m->mangled_examples);
        list_head_init(&m->dep_dirs);
 
        olddir = talloc_getcwd(NULL);