← Back to team overview

linux-traipu team mailing list archive

[Bug 814793] Re: c&p error in libdrizzle drizzle_free?

 

** Changed in: drizzle
       Status: In Progress => Fix Committed

-- 
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 Committed

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