| Index: src/native_client/src/trusted/service_runtime/mmap_test.c
|
| diff --git a/src/native_client/src/trusted/service_runtime/mmap_test.c b/src/native_client/src/trusted/service_runtime/mmap_test.c
|
| index 84090bb97616ec4573d29f2eada083bd8e719af5..a1d4796e2fae219207cac7ca68fd28114424846c 100644
|
| --- a/src/native_client/src/trusted/service_runtime/mmap_test.c
|
| +++ b/src/native_client/src/trusted/service_runtime/mmap_test.c
|
| @@ -44,7 +44,6 @@ static void InitThread(struct NaClApp *nap, struct NaClAppThread *natp) {
|
| }
|
|
|
| natp->is_privileged = 0;
|
| - natp->refcount = 1;
|
|
|
| effp = (struct NaClDescEffectorLdr *) malloc(sizeof *effp);
|
| ASSERT_NE(effp, NULL);
|
|
|