- Added Blzut3's Solaris patch.
SVN r2070 (trunk)
This commit is contained in:
parent
3f4f0a8ae4
commit
9aa1e20c77
10 changed files with 165 additions and 6 deletions
|
|
@ -274,11 +274,11 @@ void P_ProcessSwitchDef (FScanner &sc)
|
|||
{
|
||||
if (def2 != NULL)
|
||||
{
|
||||
free (def2);
|
||||
M_Free (def2);
|
||||
}
|
||||
if (def1 != NULL)
|
||||
{
|
||||
free (def1);
|
||||
M_Free (def1);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue