Skip to content

Commit

Permalink
Make it clear that class member is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Apr 15, 2024
1 parent 5876635 commit 63cac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/SessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AutoRelease
}

private:
Releasable * mIter;
Releasable * mIter = nullptr;
};

// Helper function that strips off the interface ID from a peer address that is
Expand Down

0 comments on commit 63cac9d

Please sign in to comment.