aboutsummaryrefslogtreecommitdiff
path: root/src/mysql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-21 14:09:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-21 14:09:53 +0000
commitfc17092ebec34ed577000aa6502ee07a1af7ba59 (patch)
tree4122cd3b2d910faa08e918797daeb98b214d3bbe /src/mysql
parentc164ecb84e1b98ebcdade7b9250bb3e051156842 (diff)
-abstracting out mysql helper library
Diffstat (limited to 'src/mysql')
-rw-r--r--src/mysql/mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysql/mysql.c b/src/mysql/mysql.c
index 0fc98308c0..1c3166dc77 100644
--- a/src/mysql/mysql.c
+++ b/src/mysql/mysql.c
@@ -359,6 +359,7 @@ GNUNET_MYSQL_context_destroy (struct GNUNET_MYSQL_Context *mc)
GNUNET_free (sh);
}
GNUNET_free (mc);
+ mysql_library_end ();
}