The existence of the profile entry Path is already enforced by context_read().
authormarkus schnalke <meillo@marmaro.de>
Sun, 20 Nov 2011 11:38:17 +0000 (12:38 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sun, 20 Nov 2011 11:38:17 +0000 (12:38 +0100)
commit3d78b9c80a95f4e7885ed607018f9b1b9be559b4
treef7fb96f2ca51ec773e949b379c43ce85453e7231
parentcadeb41388928c84e39842b6a45d1bdce1773ad4
The existence of the profile entry Path is already enforced by context_read().
Hence, removed the obscure ``free(path("./", TFOLDER));'' calls.
Still I don't see the sense in these lines, but they won't get executed,
as the condition is checked before (and the program aborts then).
Probably that's obsolete stuff that remained through several reworks.
26 files changed:
uip/anno.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/flist.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/mark.c
uip/mhbuild.c
uip/mhlist.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/packf.c
uip/pick.c
uip/rcvstore.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/show.c
uip/sortm.c