]> code.delx.au - spectrwm/commit
Plug memory and file descriptor leak.
authorTiago Cunha <tcunha@gmx.com>
Mon, 23 Jan 2012 19:17:16 +0000 (19:17 +0000)
committerTiago Cunha <tcunha@gmx.com>
Mon, 23 Jan 2012 19:17:16 +0000 (19:17 +0000)
commit8ae086989f3c71ef8fd3cf43dc0fda8c09e76493
tree85314631be160b4b49fa283d2beaf1255bf8b8ee
parentd857737a4a3e5189365469686c876354c4cecf5f
Plug memory and file descriptor leak.

Now that asprintf(3) return value is checked in conf_load(), make the
code release the memory returned by fparseln(3) and fclose(3) the
configuration file FILE pointer.

Style nit fixed while there.

ok marco
scrotwm.c