4401. [bug] Fix leaks in contrib DLZ code. [RT #42707]

This commit is contained in:
Witold Krecicki
2016-06-22 14:55:22 +02:00
parent 322efcb27d
commit 047e477d27
3 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
4401. [bug] Fix leaks in contrib DLZ code. [RT #42707]
4400. [doc] Description of masters with TSIG, allow-query and
allow-transfer options in catalog zones. [RT #42692]

View File

@@ -526,6 +526,7 @@ mysql_process_rs(mysql_instance_t *db, dns_sdlzlookup_t *lookup,
db->log(ISC_LOG_ERROR,
"MySQL module ttl must be "
"a postive number");
free(tmpString);
return (ISC_R_FAILURE);
}

View File

@@ -601,6 +601,7 @@ sqlite3_process_rs(sqlite3_instance_t *db, dns_sdlzlookup_t *lookup,
db->log(ISC_LOG_ERROR,
"SQLite3 module: TTL must be "
"a postive number");
free(tmpString);
return (ISC_R_FAILURE);
}