fixed crashes with poping ConfCertDialog with incomplete certificate

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5429 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-15 20:08:18 +00:00
parent a9d19528a0
commit 2b20ab7fca
4 changed files with 84 additions and 53 deletions

View file

@ -34,7 +34,7 @@
template<uint32_t ID_SIZE_IN_BYTES> class t_RsGenericIdType
{
public:
t_RsGenericIdType() {}
t_RsGenericIdType() { memset(bytes,0,ID_SIZE_IN_BYTES) ;}
virtual ~t_RsGenericIdType() {}
// Explicit constructor from a hexadecimal string