summaryrefslogtreecommitdiff
path: root/gvdb/gvdb-builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gvdb/gvdb-builder.c')
-rw-r--r--gvdb/gvdb-builder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gvdb/gvdb-builder.c b/gvdb/gvdb-builder.c
index 336f6bb..a8c3e0d 100644
--- a/gvdb/gvdb-builder.c
+++ b/gvdb/gvdb-builder.c
@@ -1,6 +1,8 @@
/*
* Copyright © 2010 Codethink Limited
*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -526,6 +528,8 @@ gvdb_table_get_contents (GHashTable *table,
str_len = str->len;
res = g_bytes_new_take (g_string_free (str, FALSE), str_len);
+ file_builder_free (fb);
+
return res;
}