aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-10-12 17:06:27 +0200
committerSverker Eriksson <[email protected]>2015-11-26 19:48:10 +0100
commitd1464746f9e2c24e7bc645a4fdb543d63a8e3e87 (patch)
tree714ee55363e09b2fedfb312a1e4df11607892ccc /erts/emulator/test/alloc_SUITE_data/bucket_mask.c
parent8421d318090ca59406ef6e04a43af16e1a467d9b (diff)
downloadotp-d1464746f9e2c24e7bc645a4fdb543d63a8e3e87.tar.gz
otp-d1464746f9e2c24e7bc645a4fdb543d63a8e3e87.tar.bz2
otp-d1464746f9e2c24e7bc645a4fdb543d63a8e3e87.zip
erts: Pass free mem and build type to alloc_SUITE tests
Diffstat (limited to 'erts/emulator/test/alloc_SUITE_data/bucket_mask.c')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/bucket_mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/bucket_mask.c b/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
index d474c80343..c94c265f4e 100644
--- a/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
+++ b/erts/emulator/test/alloc_SUITE_data/bucket_mask.c
@@ -52,7 +52,7 @@ testcase_run(TestCaseState_t *tcs)
typedef struct linked_block {
struct linked_block* next;
}Linked;
- Linked* link;
+ Linked* link = NULL;
Linked* fence_list;
Linked* pad_list;
void* tmp;