Skip to content

memo-note: Initialize error with NULL

Otherwise if error is not set, it will be pointing to some invalid memory location resulting in a crash when automatically freed.

Merge request reports