diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-12-22 15:30:26 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-12-22 15:30:26 +0000 |
commit | 7044922b395c23e4cfce6ac44edf56717d94eafe (patch) | |
tree | acd3c172838ca96e374c9f17ddf1d6a52b62e3a3 | |
parent | c28c984689b77240462f781346743be7b9147cd4 (diff) |
Notes
-rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 1ac81b0295457..f2e97a70a711a 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -558,7 +558,7 @@ replace_cmd() { case FALSE: e = load_entry(tmp, check_error, pw, envp); if (e) - free(e); + free_entry(e); break; case TRUE: break; |