From: Vincent Pit Date: Sat, 4 Oct 2014 22:39:58 +0000 (+0200) Subject: Nullify thread local storage entries when they are freed X-Git-Tag: v0.13~6 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=b99a3bce46a7a325bfe18ce349df5cd80bdbc78f;hp=b99a3bce46a7a325bfe18ce349df5cd80bdbc78f;p=perl%2Fmodules%2FLexical-Types.git Nullify thread local storage entries when they are freed This makes possible problems easier to reproduce. ---