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:
committed by
Carlos R. Mafra
parent
1215680b6d
commit
a8ec32d41a
@@ -349,6 +349,7 @@ static void hackStyle(WMPropList * style)
|
||||
|
||||
t = WMCreatePLArray(WMCreatePLString("solid"), value, NULL);
|
||||
WMPutInPLDictionary(style, WMCreatePLString("ResizebarBack"), t);
|
||||
WMReleasePropList(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user