You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
There are some places where we new dataloader instances but forget to dealloc (DestroyObject).
1
void NewServerConnector::jsSendCommandSlot(const QString & sessionID, const QString & senderSession, const QString &cmd, const QString & parameter)
Carta::Data::DataLoader *m_dataLoader = objMan->createObjectCarta::Data::DataLoader();
2
QString Controller::saveImage( const QString& fileName ){
3
QString LayerData::_setFileName( const QString& fileName, bool * success ){
4
void Layer::_resetState( const Carta::State::StateInterface& restoreState ){
The text was updated successfully, but these errors were encountered: