Skip to content
Snippets Groups Projects
Commit f9438e64 authored by Sean Bright's avatar Sean Bright Committed by Joshua Colp
Browse files

media_cache: Fix reference leak with bucket file metadata

Change-Id: Ia0e4124110df613ce5fdfa9ef8780016ebaa52c6
parent 6a85dc86
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,7 @@ static void bucket_file_update_path(struct ast_bucket_file *bucket_file,
}
ast_free(mime_type);
}
ao2_ref(header, -1);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment