Skip to content

Commit

Permalink
Fix typo(?)
Browse files Browse the repository at this point in the history
This potential typo originates from
<jercaianu@b0f461b#diff-16009a9dfdb03aeb4f92c4160f8393cb875bf0398260b9c27e57c1219df5b90eR792>
which was the original PR.

But I don't think this is right.
D-Scanner is unhappy about it at least.
And I assume this functions just lacks test coverage.
  • Loading branch information
0xEAB committed Dec 26, 2024
1 parent a0c3289 commit 87b1371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ public:
lock.lock();
scope(exit) lock.unlock();

return assumeUnshared(impl).reallocate(b, delta);
return assumeUnshared(impl).reallocate(b, s);
}

/**
Expand Down

0 comments on commit 87b1371

Please sign in to comment.