~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Stewart Smith
  • Date: 2009-03-05 07:12:29 UTC
  • mto: (908.3.10 for-brian)
  • mto: This revision was merged to the branch mainline in revision 914.
  • Revision ID: stewart@flamingspork.com-20090305071229-rqtyuaw4wibh7ppy
fix leak of table handler in delete_table path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1406
1406
    dtargs->file= file;
1407
1407
    return true;
1408
1408
  }
 
1409
  else
 
1410
    delete file;
1409
1411
 
1410
1412
  return false;
1411
1413
}