ldsec/medco-unlynx

Memory leak in concurrent maps

Closed this issue · 1 comments

The concurrent maps are used to store per-request information. The information is, however, never removed from the maps once the requests are finished, resulting in a memory leak as the maps contents will grow without bound.

pull request #30 should address/fix this issue