Fixed a memory leak in do_cache_push(). The document wasn't getting
commit2372b640c38ce96cd52f5fe0de52bbb2993e9eef
authorBen Kibbey <bjk@luxsci.net>
Wed, 24 Dec 2008 02:24:12 +0000 (23 21:24 -0500)
committerBen Kibbey <bjk@luxsci.net>
Wed, 24 Dec 2008 02:24:12 +0000 (23 21:24 -0500)
treeb902e2a29bb0b2bb7dad0ae2a8d3f0db5af75e87
parent52e5c785c83d575a9e7a32a06f6a10636b74fc22
Fixed a memory leak in do_cache_push(). The document wasn't getting
freed after the decryption check.

Fixed not showing some status messages to the console.

Don't prefix the log_write() messages with "pwmd:". It's ugly.
src/commands.c
src/pwmd.c