mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/7977
This commit is contained in:
parent
6f698f634a
commit
fa7abedb5d
1 changed files with 1 additions and 0 deletions
|
@ -1776,6 +1776,7 @@ add_automathfunc(char *nam, char *module)
|
|||
|
||||
f->name = ztrdup(nam);
|
||||
f->module = ztrdup(module);
|
||||
f->flags = 0;
|
||||
|
||||
if (addmathfunc(f)) {
|
||||
zsfree(f->name);
|
||||
|
|
Loading…
Reference in a new issue