libhtml: fix double free of form action
This commit is contained in:
parent
b14138c2ae
commit
c1562daee0
1 changed files with 1 additions and 1 deletions
|
@ -1187,7 +1187,7 @@ getitems(ItemSource* is, uchar* data, int datalen)
|
|||
additem(ps, textit(ps, prompt), tok);
|
||||
frm = newform(++is->nforms,
|
||||
nil,
|
||||
di->base,
|
||||
_Strdup(di->base),
|
||||
target,
|
||||
HGet,
|
||||
di->forms);
|
||||
|
|
Loading…
Reference in a new issue