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/06 12:24:29 UTC

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

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


   > @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 adding one line to class SessionDataSet :
   > 
   > ```
   >     ~SessionDataSet(){ delete[] this->currentBitmap; }
   > ```
   > 
   > After checking the SessionDataSet, this issue can be closed.
   
   @tanhangbo  Have you submit new fix to IoTDB for this issue?  If no, I will fix it.


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