1300 byte memory leak in PiggyBackData on socket exception

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Aaron Staple (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: