summaryrefslogtreecommitdiffstats
path: root/pand
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-06 06:42:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-06 06:42:20 +0000
commit7ba9b7fda144865222a5d254b36bf484d5af99e7 (patch)
treef0524211ba6906851a4d6a25e138ffa05f3df976 /pand
parent3e6da0a081eef2c4498ee045b30392e39a92dc5a (diff)
Use bt_free() instead of free() for inquiry results
Diffstat (limited to 'pand')
-rw-r--r--pand/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c
index 20fbec19..72e607a9 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -393,7 +393,7 @@ static int do_connect(void)
break;
}
}
- free(ii);
+ bt_free(ii);
} while (!terminate && persist);
return r;