Commit 9d26afe
applications: Fixed usage fault on Matter bridge application
There was a missing nullptr check that lead to usage fault
on Matter bridge application.
Signed-off-by: Kamil Kasperczyk <[email protected]>1 parent de4522a commit 9d26afe
File tree
1 file changed
+7
-2
lines changed- applications/matter_bridge/src/ble/data_providers
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
0 commit comments