-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Description
👀 I find an implementation detail (like the following) suspicious.
Lines 194 to 195 in e4dc66b
| if (*deviceName == NULL) { | |
| Xfree(*driverName); |
How do you think about to avoid passing null pointers to resource release functions? 🤔
Metadata
Metadata
Assignees
Labels
No labels