Skip to content

Commit

Permalink
Fix uninitialized pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 30, 2018
1 parent c3158ea commit b12757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotesLoaderSSC.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace SSC {
{
SSCLoader* loader;
Song* song;
const MsdFile::value_t* params;
MsdFile::value_t* params{nullptr};
const RString& path;
bool from_cache;
SongTagInfo(SSCLoader* l, Song* s, const RString& p, bool fc)
Expand Down

0 comments on commit b12757b

Please sign in to comment.