Remove unnecessary 'free'

from_noamp is always NULL in this branch
This commit is contained in:
Anton Ovchinnikov 2015-03-15 10:41:32 +01:00 committed by Justin M. Keyes
parent 76970fe2c1
commit b81ec82533

View File

@ -1474,7 +1474,6 @@ void ex_menutranslate(exarg_T *eap)
tp->to = to;
} else {
free(from);
free(from_noamp);
free(to);
}
}