Initialize pval.
[oweals/openssl.git] / apps / apps.c
index be710a6adb1d76aea98c3977846fec672a9f85aa..77ef5df94dd1332b28e31cd31c66e23f00d04c27 100644 (file)
@@ -1734,10 +1734,7 @@ CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
                goto err;
                }
        if ((tmpdb = TXT_DB_read(in,DB_NUMBER)) == NULL)
-               {
-               if (tmpdb != NULL) TXT_DB_free(tmpdb);
                goto err;
-               }
 
 #ifndef OPENSSL_SYS_VMS
        BIO_snprintf(buf[0], sizeof buf[0], "%s.attr", dbfile);