~jgonzalezdr/lightdm/track_vt_session_changes

« back to all changes in this revision

Viewing changes to common/configuration.c

  • Committer: Jesús González
  • Date: 2014-10-14 11:01:56 UTC
  • mfrom: (2060.1.22 trunk)
  • Revision ID: jgonzalez@gdr-sistemas.com-20141014110156-zubzs0p9163j3y2j
Merged changes from parent branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
{
312
312
    config->priv = G_TYPE_INSTANCE_GET_PRIVATE (config, CONFIGURATION_TYPE, ConfigurationPrivate);
313
313
    config->priv->key_file = g_key_file_new ();
314
 
    config->priv->key_sources = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
 
314
    config->priv->key_sources = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
315
315
}
316
316
 
317
317
static void