aboutsummaryrefslogtreecommitdiff
path: root/src/mysql
diff options
context:
space:
mode:
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