Blame SOURCES/nspr-561901.patch

0e62f7
diff -up ./nspr/pr/src/pthreads/ptthread.c.s390x ./nspr/pr/src/pthreads/ptthread.c
0e62f7
--- ./nspr/pr/src/pthreads/ptthread.c.s390x	2012-03-01 18:25:40.922241580 -0800
0e62f7
+++ ./nspr/pr/src/pthreads/ptthread.c	2012-03-01 18:27:12.759116440 -0800
0e62f7
@@ -836,6 +836,9 @@ static void _pt_thread_death_internal(vo
0e62f7
 #if defined(DEBUG)
0e62f7
     memset(thred, 0xaf, sizeof(PRThread));
0e62f7
 #endif /* defined(DEBUG) */
0e62f7
+#if defined(__s390x__)
0e62f7
+    if (callDestructors)
0e62f7
+#endif
0e62f7
     PR_Free(thred);
0e62f7
 }  /* _pt_thread_death */
0e62f7