diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-01-21 20:13:37 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-01-21 20:13:37 +0000 |
| commit | 2ce9c023fd3b68706cce348f53cd40abb21cbbb0 (patch) | |
| tree | 339aa4d691b9b54045b9d5e75868f514cb1194ac /sbin | |
| parent | 10280ca6015d2900751ff72a1da375e3db6b5f35 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/hastd/parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/parse.y b/sbin/hastd/parse.y index b90ef5188574..eefd591dd455 100644 --- a/sbin/hastd/parse.y +++ b/sbin/hastd/parse.y @@ -812,6 +812,7 @@ resource_start: STR sizeof(curres->hr_name)) >= sizeof(curres->hr_name)) { pjdlog_error("Resource name is too long."); + free(curres); free($1); return (1); } |
