Fix wrong wfree() use
commit4e2ee27bfa721f90388fe0b2bd71a55ec85891db
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 26 Apr 2012 14:11:32 +0000 (26 11:11 -0300)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 26 Apr 2012 14:11:32 +0000 (26 11:11 -0300)
tree5880818b06ca1cee98227393675ca316a1a463a5
parent39fdb451ba6ff84430507e327fa01a43f40b7315
Fix wrong wfree() use

There is a bug which happens when one modifies the "Initial Workspace" in the
"Attributes..." menu. Upon saving the change wmaker segfaults.

Commit ad373ef0ddb27 ("WindowMaker: New function wGetWorkspaceNumber")
used wfree() in variables which were not wmalloc'ed. Fix this.
src/session.c
src/wdefaults.c