forked from bip/bip
1
0
Fork 0

Fix double free at init time.

This commit is contained in:
Arnaud Cornet 2007-11-15 22:50:51 +01:00
parent 0876e783f3
commit d96543f1db
1 changed files with 0 additions and 1 deletions

View File

@ -468,7 +468,6 @@ static int add_connection(bip_t *bip, struct user *user, list_t *data)
l->ssl_check_mode = SSL_CHECK_BASIC;
if (strcmp(t->pdata, "ca") == 0)
l->ssl_check_mode = SSL_CHECK_CA;
free(t->pdata);
break;
#endif
default: