1
0
Fork 0
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:
Tanaka Akira 1999-09-22 13:06:44 +00:00
parent 6f698f634a
commit fa7abedb5d

View file

@ -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);