Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plug a packet buffer memory leak #152

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Commits on Oct 25, 2022

  1. Plug a packet buffer memory leak

    Decrement reference count after queueing the PacketBuffer.  Since
    PacketBuffer objects come from a pool, this allows them to be returned
    to the pool instead of staying in memory and forcing new allocations.
    
    Fixes containers#107
    
    Signed-off-by: stevenmhood <[email protected]>
    Steven Hood authored and stevenmhood committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a93dfef View commit details
    Browse the repository at this point in the history