Tiny changes, more tests.

This commit is contained in:
vraatikka
2013-06-25 22:13:48 +03:00
parent 3ae8727582
commit b82ee51b7a
2 changed files with 5 additions and 6 deletions

View File

@ -525,6 +525,8 @@ static void logfile_write_buffers(
p += copylen;
slen -= copylen;
}
/** Release log string */
free(str);
ss_dassert(slen == 0);
ss_dassert(*p_wb == NULL);
p_wb = p_data;