Skip to content

Commit

Permalink
Fix clang analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 25, 2022
1 parent 231cf28 commit 1582768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IntelMausiEthernet/IntelMausiEthernet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ void IntelMausi::kdpStartup()
IOLog("[IntelMausi]: cannot allocate kdp pool(%d)\n", i);
while (i > 0) {
freePacket(kdpBufArray[i - 1]);
i--;
}
return;
}
Expand Down

0 comments on commit 1582768

Please sign in to comment.