Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: src/native_client/src/trusted/service_runtime/mmap_test.c

Issue 2659002: Remove thread refcount and remove NaClAppDtor() (Closed)
Patch Set: Fix Gyp build Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698