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