mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Forgot second bug instance.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11272 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ba19a141b2
commit
da495841df
@ -351,7 +351,7 @@ static int inputBoxCB(AB_BANKING *ab,
|
||||
break;
|
||||
}
|
||||
else {
|
||||
g_assert (maxLen > strlen(resultbuffer));
|
||||
g_assert (maxLen > strlen(passwd));
|
||||
strcpy(resultbuffer, passwd);
|
||||
g_free (memset (passwd, 0, strlen (passwd)));
|
||||
g_free(title);
|
||||
|
Loading…
Reference in New Issue
Block a user