chilren was being freed twice - what a dumbass error.

Thanks to Matti Aarnio <matti.aarnio@sonera.fi> for pointing this out.
This commit is contained in:
ramiro%netscape.com 1998-08-17 00:12:39 +00:00
parent c56800ee15
commit f10b268d52

View File

@ -152,13 +152,10 @@ XfeShellGetDecorationOffset(Widget shell,
if (children)
{
XFree(children);
children = NULL;
}
if (children)
{
XFree(children);
}
if (parent != None)
{
int px;