You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/04/02 05:40:01 UTC

[GitHub] [iotdb] tanhangbo edited a comment on issue #2919: C++ client 'class SessionDataSet' will memory leak

tanhangbo edited a comment on issue #2919:
URL: https://github.com/apache/iotdb/issues/2919#issuecomment-812330425


   @jixuan1989  Thanks for your C++ work, C++ is so complicated so I just wait your team to fix. besides, there is
   another place causes memory leak(class SessionDataSet), this is a way to fix it, by add one line to class SessionDataSet :
   
   ```
       ~SessionDataSet(){ delete[] this->currentBitmap; }
   ```
   
   After checking the SessionDataSet, this issue can be closed.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org