Subj : src/xpdev/ini_file.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Jan 13 2026 10:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/340de5d8c9102eb27bc13ba6 Modified Files: src/xpdev/ini_file.c Log Message: Fix apparent mem leaks in iniRemoveSections() Found during code review: - strListPop() doesn't free the popped item, needs to be freed - could return (on error) without freeing the list of sections .