Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1073#discussion_r84208247
  
    --- Diff: cmd/traffic_manager/traffic_manager.cc ---
    @@ -844,6 +852,11 @@ main(int argc, const char **argv)
         }
       }
     
    +  // Delete the proxy options we saved for CoreAPI.
    +  // This probably isn't needed b/c the process dies here...
    +  for (auto it = callback_proxy_options.begin(); it < 
callback_proxy_options.end(); ++it)
    +    free(*it);
    +
    --- End diff --
    
    Remove this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to