Skip to content
  • Edward Hervey's avatar
    rtspconnection: Don't use argument for local storage · 1ca576c2
    Edward Hervey authored
    By re-using the uri argument for storing local data, we could end up in
    a situation where we would free uri ... which would actually be the
    string passed in argument.
    
    Instead explicitely use a local variable. Fixes double-free issues.
    
    CID #1212176
    1ca576c2