﻿id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
10342,memory leak in fftools/ffmpeg_opt.c file's opt_map_channel function,Hripsime,,"The opt_map_channel function in the fftools/ffmpeg_opt.c source file appears to contain a memory leak. Specifically, memory is allocated using av_strdup() in line 472:

mapchan = av_strdup(arg);

However, the function contains multiple exit_program() calls that terminate the program without freeing the allocated memory in lines 507, 513, 519, and 533.",defect,reopened,important,ffmpeg,git-master,,memory leak,Hripsime,,,0,0
