Skip to content
  • Matthias Clasen's avatar
    Plug a memory leak · 4050abe2
    Matthias Clasen authored
    GtkCssProvider was using the wrong unref function for GtkCssKeyframe
    objects. Funnily, this didn't crash at all, the refcount was at the
    same place in the struct - it just didn't free all the memory, causing
    valgrind to complain.
    4050abe2