Commit aab4d2d
committed
AlertNotificationClient: don't dereference a null characteristic
Every branch above guards against characteristic being null, the final else
did not. Only reachable in a debug build, since the dereference is inside
NRF_LOG_INFO.1 parent 3c38bb6 commit aab4d2d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments