pnoltes commented on issue #503: URL: https://github.com/apache/celix/issues/503#issuecomment-1494575195
An per thread error queue sound like a good solution for non-celix-framework libs. I am curious has the memory cleanup can be done, given the OpenSSL's error queue documentation: "An application MUST NOT free the *data pointer (or any other pointers returned by these functions) with OPENSSL_free() as freeing is handled automatically by the error library." I assume this is done using thread local storage? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org