summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41403de)
raw | patch | inline | side by side (parent: 41403de)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 May 2014 19:31:49 +0000 (21:31 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 May 2014 19:31:49 +0000 (21:31 +0200) |
t/unit/frontend/connection_test.c | patch | blob | history |
index a069903d1f19b3ef2d82134f39a1060c3e431d7f..9e9461453cff6204611bcd74192e94569d9ec3f0 100644 (file)
sdb_strbuf_destroy(conn->errbuf);
if (conn->fd >= 0)
close(conn->fd);
+ if (conn->username)
+ free(conn->username);
free(conn);
} /* mock_conn_destroy */