Skip to content

Commit

Permalink
We don't free vector data like this...
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyPtn committed Oct 19, 2024
1 parent e70f842 commit 981af9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setup.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ void P_LoadSegs(int lump) {
seg.backsector = 0;
ml++;
}

free(data);
}

//
Expand All @@ -184,8 +182,6 @@ void P_LoadSubsectors(int lump) {
ss.firstline = SHORT(ms->firstseg);
ms++;
}

free(data);
}

//
Expand Down

0 comments on commit 981af9f

Please sign in to comment.