~yadi/squid/refactor-packer

« back to all changes in this revision

Viewing changes to src/tools.cc

  • Committer: Amos Jeffries
  • Date: 2015-03-02 15:33:49 UTC
  • Revision ID: squid3@treenet.co.nz-20150302153349-2tvvgbctrt8z3021
Make packerClean() the destructor actions for Packer class

Show diffs side-by-side

added added

removed removed

Lines of Context:
978
978
    packerToMemInit(&p, &mb);
979
979
    (*pm) (obj, &p);
980
980
    debugs(section, level, "" << label << "" << mb.buf << "");
981
 
    packerClean(&p);
982
981
    mb.clean();
983
982
}
984
983