myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

commit 1ad89946404bfd3dd355fd2210c5f6853caeec8e
parent a796c1da90360f0f1dc06cdb86ad5d889462981b
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Thu,  3 Mar 2016 16:18:25 +0100

Close MySQL connection on cleanup.

Diffstat:
Mcore.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core.c b/core.c @@ -471,6 +471,7 @@ cleanup(void) { cleanupview(views); stfl_reset(); stfl_ipool_destroy(ipool); + mysql_close(mysql); } void