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)
downloadgnunet-fc17092ebec34ed577000aa6502ee07a1af7ba59.tar.gz
gnunet-fc17092ebec34ed577000aa6502ee07a1af7ba59.zip
-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 0fc98308c..1c3166dc7 100644
--- a/src/mysql/mysql.c
+++ b/src/mysql/mysql.c
@@ -359,6 +359,7 @@ GNUNET_MYSQL_context_destroy (struct GNUNET_MYSQL_Context *mc)
359 GNUNET_free (sh); 359 GNUNET_free (sh);
360 } 360 }
361 GNUNET_free (mc); 361 GNUNET_free (mc);
362 mysql_library_end ();
362} 363}
363 364
364 365