| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Should be used instead of free() calls and will clear the pointer after
calling free(). This can prevent double-free or use-after-free errors.
|
| |
|
|
|
|
| |
free() can handle NULL itself
|
|
|
|
| |
Fixes ArcticaProject/nx-libs#569
|
|
|
|
|
|
|
| |
Commit 5f1eb0dc3eb89e84a3b146975e147b995fb7673f introduced a regression
that made the use of the multimedia port mandatory.
Fixes ArcticaProject/nx-libs#525
|
|
|
|
|
|
|
|
|
| |
This makes it so that slave=1 works again as it should.
The changes introduced earlier resulted in the unintentional requirement
to specify the actual port number, breaking backwards compatibility.
Fixes: ArcticaProject/nx-libs#518
|
|
|