diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-04-24 23:41:21 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-04-24 23:41:21 +0000 |
| commit | 4e72cdbdc68597c28777e17b1ec444e18427bcc7 (patch) | |
| tree | bd16486fe65edc5ee6c868a0b1197538ef1df080 /sys/dev | |
| parent | 769270223c8066596fc9d385fe43433b0dd7c360 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinumio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumio.c b/sys/dev/vinum/vinumio.c index 71a46f59352f0..e77291e32e9b5 100644 --- a/sys/dev/vinum/vinumio.c +++ b/sys/dev/vinum/vinumio.c @@ -878,6 +878,7 @@ vinum_scandisk(char *devicename) drive->flags |= VF_CONFIGURED; /* this drive's configuration is complete */ } + Free(config_line); Free(config_text); Free(drivelist); vinum_conf.flags &= ~VF_READING_CONFIG; /* no longer reading from disk */ |
