Skip to content

Fix memory errors in various places

Povilas Kanapickas requested to merge p12tic/backends:fix-memory-errors into master

This PR fixes a number of memory leaks identified by memcheck and one crash due to zeroed strings reported in the mailing list.

Merge request reports