Skip to content
  • Philip Chimento's avatar
    cairo: Don't free unowned Cairo structs · 4341a904
    Philip Chimento authored
    It seems that in all other release functions, we don't free the
    GIArgument's data in the transfer-none case. That would end up freeing
    a passed-in argument that was owned by the caller, or a return value
    that was owned by the callee.
    
    This bug was spotted by compiling with -Wunused-parameter.
    4341a904