mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +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);
|
t = WMCreatePLArray(WMCreatePLString("solid"), value, NULL);
|
||||||
WMPutInPLDictionary(style, WMCreatePLString("ResizebarBack"), t);
|
WMPutInPLDictionary(style, WMCreatePLString("ResizebarBack"), t);
|
||||||
|
WMReleasePropList(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user