Bug: multiple double frees of DataProxy_SQLite #727
Labels
bug
Something isn't working
ToBeConfirmed
Bug reports that needs to be confirmed or reproduced by the development tea.
Milestone
FileAwardManager in its constructor takes a
DataProxy_SQLite
pointer from outside. This pointer is then internally deleted.This causes a segmentation fault. This has to be a double free, right?!
From a cursory reading, I recommend upgrading
DataProxy_SQLite*
to astd::shared_ptr<DataProxy_SQLite>
object. I don't know if that makes sense at all.The text was updated successfully, but these errors were encountered: