Browse Source

remove free from scripting lanugage

was causing issues with foreach
marauder2k7 5 months ago
parent
commit
41c3f610be

+ 0 - 4
Engine/source/console/torquescript/CMDgram.y

@@ -102,10 +102,6 @@ struct Token
    IfStmtNode*             ifnode;
    IfStmtNode*             ifnode;
 }
 }
 
 
-
-%destructor { dFree($$.value); } <s>
-%destructor { dFree($$.value); } <str>
-
 %type <s>      parent_block
 %type <s>      parent_block
 %type <ifnode> case_block
 %type <ifnode> case_block
 %type <stmt>   switch_stmt
 %type <stmt>   switch_stmt

File diff suppressed because it is too large
+ 329 - 375
Engine/source/console/torquescript/cmdgram.cpp


Some files were not shown because too many files changed in this diff