entry->bytearray_value was left to point to freed memory in case os_realloc_array() failed. This resulted in the following wpa_dbus_dict_entry_clear() trying to free an already freed memory area. Signed-off-by: Jouni Malinen <j@w1.fi>