From 655c87e622c7cf4b1b6a291ef7bd46a0e6b044aa Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 4 Feb 2009 11:02:49 -0800 Subject: Don't clear the authentication request completely on SSP complete --- src/device.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/device.c b/src/device.c index df68639d..fa8658e5 100644 --- a/src/device.c +++ b/src/device.c @@ -1822,9 +1822,6 @@ void device_simple_pairing_complete(struct btd_device *device, uint8_t status) if (auth && auth->type == AUTH_TYPE_NOTIFY && auth->agent) agent_cancel(auth->agent); - - g_free(auth); - device->authr = NULL; } void device_bonding_complete(struct btd_device *device, uint8_t status) -- cgit