parent
30d88b93e7
commit
e4447f8131
|
@ -355,6 +355,8 @@ AddDirectory(CompPair *cp, char *head, char *ptrn, char *rest, char *map,
|
|||
}
|
||||
#ifdef WIN32
|
||||
while (FindNextFile(dirh, &file));
|
||||
#else
|
||||
closedir(dirp);
|
||||
#endif
|
||||
return nMatch;
|
||||
}
|
||||
|
|
|
@ -349,6 +349,9 @@ MergeKeyGroups(SymbolsInfo * info,
|
|||
WSGO("Could not allocate actions for group merge\n");
|
||||
ACTION("Group %d of key %s not merged\n", group,
|
||||
longText(into->name));
|
||||
if (resultSyms != into->syms[group] &&
|
||||
resultSyms != from->syms[group])
|
||||
free(resultSyms);
|
||||
return False;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue