id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
1421	Memory leak in file_mask_dialog()	andrew_b	andrew_b	"There is a memory leak in file_mask_dialog() function.
The def_text_secure2 variable is not freed in the following place:

{{{
    if ((val = quick_dialog_skip (&Quick_input, SKIP)) == B_CANCEL) {
        g_free (def_text_secure);
        return 0;
    }
}}}"	defect	closed	critical	4.7.0-pre1	mc-core	master	fixed						committed-master
