Menu

#2 Memory leak

v1.0 (example)
open
nobody
memory leak (1)
2
2019-09-24
2019-09-24
No

Note that this code has a pretty serious memory leak.
The class httpserver caches host uris in the method GetHostUri.
These are never cleaned up. And since the cache key includes the query parameters, they are quite likely to build up over time.

Discussion


Log in to post a comment.