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
src/gource_settings.cpp:212: error: Use After Delete
call to GourceSettings::setGourceDefaults eventually accesses memory that was invalidated by delete on line 505 indirectly during the call to GourceSettings::setGourceDefaults.
210. shutdown = false;
211.
212. setGourceDefaults();
^
213.
214. default_section_name = "gource";
The text was updated successfully, but these errors were encountered:
src/gource_settings.cpp:212: error: Use After Delete
call to
GourceSettings::setGourceDefaults
eventually accesses memory that was invalidated bydelete
on line 505 indirectly during the call toGourceSettings::setGourceDefaults
.210. shutdown = false;
211.
212. setGourceDefaults();
^
213.
214. default_section_name = "gource";
The text was updated successfully, but these errors were encountered: