Skip to content
  • Matthew Waters's avatar
    gluploadelement: fix leak of upload library object · c0cb6eac
    Matthew Waters authored
    When only linking the element, the upload object will be created from
    _transform_caps() but will never be unreffed as the only case is in _stop().
    
    Add an unref if non-NULL to a new finalize handler for this case.
    c0cb6eac