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

Fixed a duplicate PLRelease() call.

This commit is contained in:
dan
2000-10-01 02:43:31 +00:00
parent 1d0a374bd4
commit d892cd0ea1

View File

@@ -2727,8 +2727,6 @@ wMenuRestoreState(WScreen *scr)
}
restoreMenuRecurs(scr, menus, scr->root_menu, "");
#endif /* !LITE */
PLRelease(skey);
}