Skip to content

Commit

Permalink
fix stacksize not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Jun 7, 2018
1 parent 7a8bea9 commit 7ba53d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cheat Engine/frmchangedaddressescommonalityscannerunit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ procedure TfrmChangedAddressesCommonalityScanner.setGroup(groupnr: integer; cons
begin
getmem(group[groupnr][i].stack.stack, grouplist[i].stack.savedsize);
CopyMemory(group[groupnr][i].stack.stack, grouplist[i].stack.stack, grouplist[i].stack.savedsize);
group[groupnr][i].stack.savedsize:=grouplist[i].stack.savedsize;
end;
end;
end;
Expand Down

0 comments on commit 7ba53d1

Please sign in to comment.