You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/06/24 09:57:58 UTC

[GitHub] [mynewt-nimble] bvdberg commented on pull request #1278: ble_conn: fix auth_pyld_timer memleak

bvdberg commented on PR #1278:
URL: https://github.com/apache/mynewt-nimble/pull/1278#issuecomment-1165411741

   I'm not sure about that. I see that at start, all connections you define (Max-Connections) get created and the timer also.
   They are never freed, since the Max number of connections are compile-time defined. When a connection is reset (eg failed to connect) the state is reset, but the timer is not alloc'ed/freed, so that is fine.


-- 
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: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org