"hej" and "hej". You have to keep track of references yourself, or rather, avoid making a lots of them. I don't see this as a problem. If the key happens to be "Hello World", and it is already a shared string for other purposes, I don't see why it should be removed.
/ Martin Nilsson (Åskblod)
Previous text:
2003-01-28 17:46: Subject: Re: OpenSSL wrapper vs Pike's SSL (Was: Bz2)
Hmm... And how would that work?
string a="hej"; string b=a; secure_destruct(a); string c="hej";
What would you expect b and c to be?
/ Mirar