Do not free form history key hashtable to avoid a crash for now
This commit is contained in:
parent
5ba8f57c38
commit
24d0e4d999
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ formhistory_build_js ()
|
|||
suggestions,
|
||||
jsforms);
|
||||
g_free (suggestions);
|
||||
return script;
|
||||
return script;
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -175,7 +175,7 @@ formhistory_session_request_queued_cb (SoupSession* session,
|
|||
db = g_object_get_data (G_OBJECT (extension), "formhistory-db");
|
||||
formhistory_update_main_hash (keys, db);
|
||||
soup_buffer_free (buffer);
|
||||
g_hash_table_destroy (keys);
|
||||
/* FIXME: g_hash_table_destroy (keys); */
|
||||
}
|
||||
}
|
||||
g_free (method);
|
||||
|
|
Loading…
Reference in a new issue