[PR #2191] tests: plug leak of results in compute_expected_damage()

PR: https://github.com/X11Libre/xserver/pull/2191
This commit is contained in:
Alan Coopersmith
2026-03-31 16:48:45 -07:00
committed by Enrico Weigelt, metux IT consult
parent 04d9972173
commit 6530d1a84e

View File

@@ -106,6 +106,7 @@ compute_expected_damage(struct test_setup *setup)
/* Make sure that the testcases actually render something! */
assert(any_modified_pixels);
free(results);
}
/**