Login Page - Create Account

Support Board


Date/Time: Mon, 03 Feb 2025 16:59:50 +0000



Post From: SCString.AppendFormat() not being released in memory

[2019-11-24 04:23:39]
User735389 - Posts: 189
I found this issue while troubleshooting my other support thread "sc.fileclose() doesn't release memory". AppendFormat() specifically seems to be causing a memory leak. Running it in a loop, memory builds and isn't released after the SCString var is out of scope. Using Append(SCString().Format("")) instead causes no memory issues at all. Win 7 if that matters.