Skip to content

Commit

Permalink
initialize config pointer to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Nov 4, 2024
1 parent 186bdfe commit 1666789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/musica/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace musica
/// @brief A set of configuration data
struct Configuration
{
Yaml* data_;
Yaml* data_ = nullptr;
};

/// @brief A struct to represent a mapping between a string and an index
Expand Down

0 comments on commit 1666789

Please sign in to comment.