Closed eblanca closed 7 years ago
When parsing arguments, some memory needs to be allocated. Now successful allocation is checked before use. This also avoids calling a free on a NULL pointer.
free
When parsing arguments, some memory needs to be allocated. Now successful allocation is checked before use. This also avoids calling a
free
on a NULL pointer.