Fix usage of shell_[un]escape functions.
commit1a899905bdbcf756c3ef53c3bcda17ddbd57507e
authorSlava Zanko <slavazanko@gmail.com>
Tue, 26 May 2009 21:14:08 +0000 (27 00:14 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 27 May 2009 08:20:48 +0000 (27 11:20 +0300)
tree2aae6eea34454ecdaf678e1cc816dbc5ff74de7f
parent9e325ad1b0dceb0df6b69f983c0f0c4b87cc204c
Fix usage of shell_[un]escape functions.

These functions returns newly allocated string, but calling don't freeze correctly allocated memory.
src/command.c
src/complete.c
src/file.c
vfs/fish.c