Initialised ESPPreferenceObject::backend_ to nullptr (#2411)

This commit is contained in:
Paul Monigatti 2021-09-29 03:26:46 +13:00 committed by GitHub
parent 2234f6aacf
commit 2b9054d3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class ESPPreferenceObject {
}
protected:
ESPPreferenceBackend *backend_;
ESPPreferenceBackend *backend_{nullptr};
};
class ESPPreferences {