diff options
Diffstat (limited to 'libqcdm/src')
-rw-r--r-- | libqcdm/src/result.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libqcdm/src/result.c b/libqcdm/src/result.c index 90ba5252..37898f39 100644 --- a/libqcdm/src/result.c +++ b/libqcdm/src/result.c @@ -42,6 +42,8 @@ qcdm_result_new (void) { QCDMResult *result; + g_type_init (); + result = g_malloc0 (sizeof (QCDMResult)); result->hash = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, gvalue_destroy); |