diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/userpref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/userpref.c b/common/userpref.c index ddd380a..11e28ba 100644 --- a/common/userpref.c +++ b/common/userpref.c | |||
| @@ -338,7 +338,7 @@ userpref_error_t userpref_read_pair_record(const char *udid, plist_t *pair_recor | |||
| 338 | } | 338 | } |
| 339 | 339 | ||
| 340 | *pair_record = NULL; | 340 | *pair_record = NULL; |
| 341 | plist_from_memory(record_data, record_size, pair_record); | 341 | plist_from_memory(record_data, record_size, pair_record, NULL); |
| 342 | free(record_data); | 342 | free(record_data); |
| 343 | 343 | ||
| 344 | if (!*pair_record) { | 344 | if (!*pair_record) { |
