JackyChen-Kuang commented on issue #1845:
URL: 
https://github.com/apache/incubator-brpc/issues/1845#issuecomment-1244860640

   > > 
![image](https://user-images.githubusercontent.com/82799271/179710523-f3c3e195-3402-4c4a-8531-11393e9ccdd6.png)
   > 
   > 这个new出来的IOBuf用完有delete吗?
   
   这个buf是个引用类型,全文是
   ``` c
   butil::IOBuf &buf = new butil::IOBuf(contrikker->request_attachment)
   ```
   试过delete buf还有一些释放内存的函数都没办法释放它


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to