Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-2521

1300 byte memory leak in PiggyBackData on socket exception

    • Fully Compatible
    • ALL

      If there is a socket exception in flush() - for example if the connection is lost - the allocated buffer is not deleted

              ~PiggyBackData() {
                  DESTRUCTOR_GUARD (
                      flush();
                      delete[]( _cur );
                  );
              }
      

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: