Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行位于此处的代码,该代码使用 Libevent 运行一个简单的 HTTP 服务器。
我用二进制文件运行了一个简单的 valgrind,这是输出,它显示了向evhttp_send_reply& evhttp_make_header:: L349&&的泄漏L350
evhttp_send_reply
evhttp_make_header
L349
L350
泄漏显示了 libevent evhttp_send_reply&内部的内存泄漏,evhttp_make_header这让我感到惊讶,除非我这里真的有什么问题。
你能看到,我在这里做错了什么..?