]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cmd: Recycle input node before it executes. Avoids memory leak and infinite loop...
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 15:24:55 +0000 (15:24 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 Sep 2020 15:24:55 +0000 (15:24 +0000)
commit626658074c8dd5c2288becd836103e2efdb9b741
tree2bd32bd25b896c6360d51bc1a6637a95279e9520
parentd215d85f78390c19e95ffdcb3d716f4742bf76bd
cmd: Recycle input node before it executes. Avoids memory leak and infinite loop on the most recent node if a Host_Error occurs during execution.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12933 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c