Skip to content

Fix a few memory issues found by static analysis

Kenny Levinsen requested to merge kennylevinsen/wlroots:memfixes into master

A scan-build on clay revealed two leaks, an erroneous free and a zero-sized allocation.

Merge request reports