1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

Coverity: fix wmgenmenu resource leak

This commit is contained in:
David Maciejak
2023-03-02 22:39:45 +08:00
committed by Carlos R. Mafra
parent 4b1aee3e79
commit 5e37d13eb6

View File

@@ -451,6 +451,7 @@ static void find_and_write(const char *group, char *list[][2], int this_is_termi
WMAddToPLArray(L2Menu, L3Menu);
wfree(t);
}
wfree(argv);
i++;
}
if (L2Menu)