Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3276

Connection Memory leaks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 0.8, 0.10
    • None
    • C++ Broker, C++ Client
    • windows broker,windows client

    Description

      code:

      while(1)
      {
      Connection connection;
      connection.open(host,port);
      conect.close();
      }

      when use this code run in VS2008 on windows,
      and connect to windows broker,memory leaks very fast;
      but connect to linux broker ,no memory leaks.

      Attachments

        Issue Links

          Activity

            People

              chug Charles E. Rolke
              lujah creator wang
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: