Skip to content

Commit 8f2a6ab

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 6dadbd5 commit 8f2a6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@
612612
\item the calling process contains the exact copy of the calling thread,
613613
including all the mutex states
614614
\item other threads are not propagated to the new process
615-
\item if such other threads held allocated memory, the memory will remain
616-
allocated but lost
615+
\item if such other threads contain sole references to allocated memory, the
616+
memory will remain allocated but lost (leaked)
617617
\item mutexes locked in other threads will remain locked for ever
618618
\end{itemize}
619619
\item creating a process from a multithreaded application makes sense for

0 commit comments

Comments
 (0)