Skip to content

Initialize autoptr values to NULL.

These cases were safe, but if the code changed this risked freeing uninitialized memory.

Merge request reports