Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
NY00123
EDuke32-CSRefactor
Commits
ba2dc697
Commit
ba2dc697
authored
May 17, 2020
by
Evan Ramos
Browse files
SW: Add forgotten call to FreeGroupsCache()
parent
f8286c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/sw/src/grpscan.cpp
View file @
ba2dc697
...
...
@@ -267,6 +267,8 @@ int ScanGroups(void)
klistfree
(
srch
);
}
FreeGroupsCache
();
for
(
grpfile_t
*
grp
=
foundgrps
;
grp
;
grp
=
grp
->
next
)
{
if
(
grp
->
type
->
flags
&
GRP_HAS_DEPENDENCY
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment