1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Coverity: fix setstyle resource leak

This commit is contained in:
David Maciejak
2023-03-01 06:17:47 +08:00
committed by Carlos R. Mafra
parent 1215680b6d
commit a8ec32d41a

View File

@@ -349,6 +349,7 @@ static void hackStyle(WMPropList * style)
t = WMCreatePLArray(WMCreatePLString("solid"), value, NULL);
WMPutInPLDictionary(style, WMCreatePLString("ResizebarBack"), t);
WMReleasePropList(value);
}
}
}