diff options
Diffstat (limited to 'test/basic/test_05.c')
-rw-r--r-- | test/basic/test_05.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/basic/test_05.c b/test/basic/test_05.c index 233aa01..a05100d 100644 --- a/test/basic/test_05.c +++ b/test/basic/test_05.c @@ -44,6 +44,7 @@ void test() ASSERT(entrypoints); VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID)); + ASSERT(configs); for(i = 0; i < num_profiles; i++) { |