.. | .. |
---|
1132 | 1132 | if (dce60_construct(num_virtual_links, dc, pool)) |
---|
1133 | 1133 | return &pool->base; |
---|
1134 | 1134 | |
---|
| 1135 | + kfree(pool); |
---|
1135 | 1136 | BREAK_TO_DEBUGGER(); |
---|
1136 | 1137 | return NULL; |
---|
1137 | 1138 | } |
---|
.. | .. |
---|
1329 | 1330 | if (dce61_construct(num_virtual_links, dc, pool)) |
---|
1330 | 1331 | return &pool->base; |
---|
1331 | 1332 | |
---|
| 1333 | + kfree(pool); |
---|
1332 | 1334 | BREAK_TO_DEBUGGER(); |
---|
1333 | 1335 | return NULL; |
---|
1334 | 1336 | } |
---|
.. | .. |
---|
1522 | 1524 | if (dce64_construct(num_virtual_links, dc, pool)) |
---|
1523 | 1525 | return &pool->base; |
---|
1524 | 1526 | |
---|
| 1527 | + kfree(pool); |
---|
1525 | 1528 | BREAK_TO_DEBUGGER(); |
---|
1526 | 1529 | return NULL; |
---|
1527 | 1530 | } |
---|