XmacsLabs / lolly

lolly: A user-friendly C++ library
https://xmacslabs.github.io/lolly/
GNU General Public License v3.0
10 stars 6 forks source link

Memory leak on tm_ostream #185

Closed jingkaimori closed 12 months ago

jingkaimori commented 1 year ago

Lolly Version

2.8.3

Operating System Version and Architecture

Windows 10 22H2

Describe Bug

tm_ostream add ref count manually, thus underlying representation will not be recycled. when exiting scope. Is this behavior intended?

Expected Behavior

no memory leak detected