[Bug 288309] genet driver memory leak in dma teardown (cut and paste issue)
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288309 John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |In Progress --- Comment #5 from John Baldwin <[email protected]> --- Adding a detach handler is perfectly reasonable. Note that in 15.0, bus_generic_detach deletes child devices, so you can remove the call to device_delete_child, but the code you have looks correct to me for 14.x. Would you want to be credited as the author of the commit to add the detach handler? -- You are receiving this mail because: You are the assignee for the bug.