linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #01449
[Bug 814793] Re: c&p error in libdrizzle drizzle_free?
** Changed in: drizzle
Milestone: None => 2011-08-29
** Changed in: drizzle
Milestone: 2011-08-29 => 2011-08-15
** Also affects: drizzle/fremont
Importance: Low
Assignee: Andrew Hutchings (linuxjedi)
Status: Fix Committed
** Changed in: drizzle/fremont
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/814793
Title:
c&p error in libdrizzle drizzle_free?
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Fix Released
Status in Drizzle fremont series:
Fix Released
Bug description:
i assume it was actually meant to look like this?
=== modified file 'libdrizzle/drizzle.c'
--- libdrizzle/drizzle.c 2010-07-29 22:24:16 +0000
+++ libdrizzle/drizzle.c 2011-07-22 19:52:14 +0000
@@ -140,7 +140,7 @@
else if (drizzle->options & DRIZZLE_ASSERT_DANGLING)
{
assert(drizzle->con_list == NULL);
- assert(drizzle->con_list == NULL);
+ assert(drizzle->query_list == NULL);
}
if (drizzle->pfds != NULL)
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/814793/+subscriptions
References