diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c index e0e7622..f0b8f0e 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -1379,3 +1379,8 @@ PLIST_API void plist_to_bin(plist_t plist, char **plist_bin, uint32_t * length) | |||
| 1379 | bplist_buff->data = NULL; // make sure we don't free the output buffer | 1379 | bplist_buff->data = NULL; // make sure we don't free the output buffer |
| 1380 | byte_array_free(bplist_buff); | 1380 | byte_array_free(bplist_buff); |
| 1381 | } | 1381 | } |
| 1382 | |||
| 1383 | PLIST_API void plist_to_bin_free(char *plist_bin) | ||
| 1384 | { | ||
| 1385 | free(plist_bin); | ||
| 1386 | } | ||
