mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
[PR #2191] tests: plug leak of results in compute_expected_damage()
PR: https://github.com/X11Libre/xserver/pull/2191
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult
parent
04d9972173
commit
6530d1a84e
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user