summaryrefslogtreecommitdiff
path: root/src/hexen/po_man.c
diff options
context:
space:
mode:
authorSimon Howard2008-10-09 18:46:10 +0000
committerSimon Howard2008-10-09 18:46:10 +0000
commitbb9ceef0a9b9af7ef83a72bf8a69293227d2db53 (patch)
treeacb57f7a26fc463aaac21a0e2ce044b9383bb9e4 /src/hexen/po_man.c
parent9736ada9a68709c1aea0093aef12f2855d152b2c (diff)
downloadchocolate-doom-bb9ceef0a9b9af7ef83a72bf8a69293227d2db53.tar.gz
chocolate-doom-bb9ceef0a9b9af7ef83a72bf8a69293227d2db53.tar.bz2
chocolate-doom-bb9ceef0a9b9af7ef83a72bf8a69293227d2db53.zip
Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*
Subversion-branch: /branches/raven-branch Subversion-revision: 1346
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++)
{