Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152102869
D32458.id96690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D32458.id96690.diff
View Options
Index: sys/dev/pci/pci_host_generic.c
===================================================================
--- sys/dev/pci/pci_host_generic.c
+++ sys/dev/pci/pci_host_generic.c
@@ -317,7 +317,7 @@
rm = generic_pcie_rman(sc, type, rman_get_flags(res));
if (rm != NULL) {
KASSERT(rman_is_region_manager(res, rm), ("rman mismatch"));
- rman_release_resource(res);
+ return (rman_release_resource(res));
}
return (bus_generic_release_resource(dev, child, type, rid, res));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 13, 6:12 PM (47 m, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31420423
Default Alt Text
D32458.id96690.diff (483 B)
Attached To
Mode
D32458: fix resource double deallocation
Attached
Detach File
Event Timeline
Log In to Comment