OSDN Git Service

Fix agent_free call due to the picking up of upmerge fixes.
authorJaikumar Ganesh <jaikumar@google.com>
Tue, 29 Sep 2009 01:05:23 +0000 (18:05 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Tue, 29 Sep 2009 01:05:23 +0000 (18:05 -0700)
Change-Id: Ia0a12ec45dd498572e4a4f2354d383ba5ea436ce

src/agent.c

index 8057505..4f9ba82 100644 (file)
@@ -757,7 +757,7 @@ int agent_request_pairing_consent(struct agent *agent, struct btd_device *device
        return 0;
 
 failed:
-       agent_request_free(req);
+       agent_request_free(req, FALSE);
        return err;
 }