Skip to content

Commit

Permalink
WELDX-19: Cleanup threadcontext after thread is run
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Dec 11, 2009
1 parent cc1ddb4 commit 441246a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -46,6 +46,7 @@ public void run()
threadContext.setActive(true);
// run the original thread
runnable.run();
threadContext.destroy();
}


Expand Down

0 comments on commit 441246a

Please sign in to comment.