#112 closed defect (fixed)
Memory leak in ATA device scan on FreeBSD
| Reported by: | Christian Franke | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | Release 5.41 |
| Component: | all | Version: | 5.39.1 |
| Keywords: | freebsd | Cc: |
Description
Function freebsd_smart_interface::scan_smart_devices() calls get_dev_names_ata() which allocates memory the name string array. This memory is never freed. See r3183 for a possible way to fix this.
Note:
See TracTickets
for help on using tickets.

fixed in SVN