added new individual config saving system

global signature file format will be converted


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-09-18 19:09:11 +00:00
parent 831c73dd9d
commit 52e0d2a095
9 changed files with 830 additions and 24 deletions

View file

@ -1784,9 +1784,13 @@ bool RsInit::RsTryAutoLogin()
fclose(helpFile);
delete[] indata;
delete[] outdata;
delete key;
if(key != NULL)
delete key;
return true;
#else