Commit: 5d6a183585f50d07bce197c2eb1cea1d61c1cc58
Parent: cb539da4f3a40a2d25fae9bb18010f10158e7fb7
Author: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-01-20 12:20:12
Tree: 49d2c043a4dc61d6bdfc2fb20f22af863f8981e5

android/pan: Initialize GError with NULL This patch fixes the following issue: bluetoothd[10552]: android/pan.c:register_nap_server() bluetoothd[10552]: android/pan.c:nap_create_bridge() bnep (bluetoothd:10552): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting error message was: l2cap_bind: Address already in use (98) bluetoothd[10552]: android/pan.c:destroy_nap_device()

Diffstat

M android/pan.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch