Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153113325
D21871.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
451 B
Referenced Files
None
Subscribers
None
D21871.id.diff
View Options
Index: head/sys/dev/nvdimm/nvdimm_acpi.c
===================================================================
--- head/sys/dev/nvdimm/nvdimm_acpi.c
+++ head/sys/dev/nvdimm/nvdimm_acpi.c
@@ -141,7 +141,7 @@
error = nvdimm_spa_init(spa_mapping, *spa, spa_type);
if (error != 0) {
nvdimm_spa_fini(spa_mapping);
- free(spa, M_NVDIMM_ACPI);
+ free(spa_mapping, M_NVDIMM_ACPI);
break;
}
nvdimm_create_namespaces(spa_mapping, nfitbl);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 6:15 AM (2 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31822812
Default Alt Text
D21871.id.diff (451 B)
Attached To
Mode
D21871: nvdimm: Fix error path mis-free
Attached
Detach File
Event Timeline
Log In to Comment