summaryrefslogtreecommitdiff
path: root/src/hexen/po_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/po_man.c')
-rw-r--r--src/hexen/po_man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/po_man.c b/src/hexen/po_man.c
index 4214e785..ec5bb621 100644
--- a/src/hexen/po_man.c
+++ b/src/hexen/po_man.c
@@ -1477,7 +1477,7 @@ void PO_Init(int lump)
mt->y << FRACBITS);
}
}
- Z_Free(data);
+ W_ReleaseLumpNum(lump);
// check for a startspot without an anchor point
for (i = 0; i < po_NumPolyobjs; i++)
{