mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[command] Forgotten mem_free.
This commit is contained in:
parent
166b1dd378
commit
172184aed5
@ -876,8 +876,10 @@ pass_uri_to_command(struct session *ses, struct document_view *doc_view,
|
|||||||
block = sub->value.number;
|
block = sub->value.number;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!command)
|
if (!command) {
|
||||||
|
mem_free(text);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
data = format_command(command, uri);
|
data = format_command(command, uri);
|
||||||
if (!data) {
|
if (!data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user