(Illustration by Gaich Muramatsu)
Hi, Here is a small patch to fix the memory leak in auth2 (as briefly discussed on this list previously). Also I noticed a few more errors with coda-6.0.5. In the vice-setup-rvm script the exec-prefix doesn't get set up properly (I noticed this because I was installing coda into /opt and vice-setup-rvm complained when it couldn't find codaconfedit). Maybe line 47 should read: ---> exec_prefix=@prefix@ Also venus-setup complained when I ran it: ./venus-setup: line 156: syntax error near unexpected token `else' ./venus-setup: line 156: ` else' I'm not sure how line 53 should read... maybe something like this? ---> if [ ! -x /dev/MAKEDEV ]; then Cheers, Mark.