mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 01:44:42 +03:00
fix incorrect double free
This commit is contained in:
parent
def25fdc0c
commit
541b87ec9b
@ -111,7 +111,7 @@ out:
|
||||
if (charset != NULL)
|
||||
free(charset);
|
||||
if (target != NULL)
|
||||
free(charset);
|
||||
free(target);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user