Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavformat
  • dashdec.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avformat/dashdec: Don't allocate and leak strings that are never used · 3eedf159
    Andreas Rheinhardt authored Mar 29, 2020
    Since commit e134c203 strdups of several elements of a manifest are kept
    in the DASHContext; but said commit completely forgot to free these
    strings again (with xmlFree()). Given that these strings are never used
    at all, this commit closes this leak by reverting said commit.
    
    This reverts commit e134c203.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    (cherry picked from commit 3c138e5c)
    3eedf159
dashdec.c 81 KB
EditWeb IDE

Replace dashdec.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.