From c376c1a62aac628fc50d2d4154ab1de831755b7c Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Sun, 1 Oct 2006 12:57:18 +0000 Subject: [PATCH] Removed the "intentional memory leak" of the TSS implementation. [SVN r35434] --- example/Jamfile | 2 +- include/boost/thread/tss.hpp | 16 ++++- src/tss.cpp | 129 +++++++++++++++++++++++------------ 3 files changed, 102 insertions(+), 45 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index dc499a85..3bb7a90f 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -28,7 +28,7 @@ import ../build/threads ; template example ## sources ## :