Browse Source
If token is not found in svg template, psz_template is freed. Yet it is used in svg_GetDocument as psz_file_template and incorectly being double freed in Destroy(). Since the only use of psz_file_template is in svg_GetDocument and it is performed after a null-check, setting psz_template to null after freed should fix the issue. Fixes: #29370 (Coverity 1398436)pull/188/head
committed by
Steve Lhomme
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue