matt-42 / lithium

Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
https://matt-42.github.io/lithium
MIT License
1.26k stars 91 forks source link

changed raw ptr to unique_ptr (smart ptr) to avoid memory leak #92

Closed aswin6197 closed 2 years ago

aswin6197 commented 3 years ago

Fix for #82

matt-42 commented 2 years ago

Thanks for the fix !