Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-413

HandlerPool class has potential memory leak

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5 Final
    • None
    • Basic Architecture
    • None

    Description

      In HandlerPool.cpp in below method have missed some best practices

      int HandlerPool::getHandlerChain (string &sSessionId, HandlerChain** ppChain,
      const WSDDHandlerList* pHandlerList)

      { HandlerChain* pChain; *declared but not been initialized in same time WSDDHandler* pWSDDH; BasicHandler* pBH; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            cdinapala Chinthana Dinapala
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: