Skip to content
  • Tim-Philipp Müller's avatar
    v4l2src: fix memory leak in new uri handler code · d6868925
    Tim-Philipp Müller authored
    Don't leak a string everytime get_uri() is called and a device
    has been set. There's a limited number of devices, so just
    intern the string instead of doing more elaborate housekeeping
    and storing it in the instance struct or so.
    d6868925