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

    https://github.com/apache/trafficserver/pull/1226#discussion_r94824666
  
    --- Diff: iocore/net/SSLNetProcessor.cc ---
    @@ -67,7 +67,8 @@ SSLNetProcessor::start(int, size_t stacksize)
     
       // Acquire a SSLConfigParams instance *after* we start SSL up.
       SSLConfig::scoped_config params;
    -
    +  // freeing the CTX Map
    +  params->freeCTXmap();
    --- End diff --
    
    Shouldn't you just rely on the SSLConfig::cleanup to call freeCTXmap?


---
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