mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
jp2enc: Unref peer caps after usage to fix a memory leak
This commit is contained in:
parent
031ecef2f5
commit
3eba30d509
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ gst_jasper_enc_set_src_caps (GstJasperEnc * enc)
|
|||
break;
|
||||
}
|
||||
}
|
||||
gst_caps_unref (peercaps);
|
||||
}
|
||||
|
||||
/* enumerated colourspace */
|
||||
|
|
Loading…
Reference in a new issue