diff options
| -rw-r--r-- | src/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index 4ec4025..e4154d2 100644 --- a/src/client.c +++ b/src/client.c | |||
| @@ -373,6 +373,7 @@ static int send_system_buid(struct mux_client *client, uint32_t tag) | |||
| 373 | 373 | ||
| 374 | plist_t dict = plist_new_dict(); | 374 | plist_t dict = plist_new_dict(); |
| 375 | plist_dict_set_item(dict, "BUID", plist_new_string(buid)); | 375 | plist_dict_set_item(dict, "BUID", plist_new_string(buid)); |
| 376 | free(buid); | ||
| 376 | res = send_plist_pkt(client, tag, dict); | 377 | res = send_plist_pkt(client, tag, dict); |
| 377 | plist_free(dict); | 378 | plist_free(dict); |
| 378 | return res; | 379 | return res; |
