Skip to content
Commit 9564d610 authored by Debarshi Ray's avatar Debarshi Ray Committed by Christian Hergert
Browse files

egg-task-cache: Add a missing typecast

g_clear_pointer expects a GDestroyNotify, and g_hash_table_unref
doesn't exactly match the type, even though it can be used as such.
Let's explicitly typecast it, since we are doing so elsewhere.

https://bugzilla.gnome.org/show_bug.cgi?id=779660
parent 2627fee5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment