diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bplist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c index ecc0684..81bd716 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -444,6 +444,7 @@ static plist_t parse_dict_node(struct bplist_data *bplist, const char** bnode, u | |||
| 444 | 444 | ||
| 445 | if (plist_get_data(key)->type != PLIST_STRING) { | 445 | if (plist_get_data(key)->type != PLIST_STRING) { |
| 446 | PLIST_BIN_ERR("%s: dict entry %" PRIu64 ": invalid node type for key\n", __func__, j); | 446 | PLIST_BIN_ERR("%s: dict entry %" PRIu64 ": invalid node type for key\n", __func__, j); |
| 447 | plist_free(key); | ||
| 447 | plist_free(node); | 448 | plist_free(node); |
| 448 | return NULL; | 449 | return NULL; |
| 449 | } | 450 | } |
