Blame SOURCES/nspr-561901.patch

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