[1426] in BarnOwl Developers
[nelhage/barnowl] 1639ff: style.c: Don't leak perl messages when we format t...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:16:31 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Fri, 1 May 2009 17:48:24 -0700
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 1639ff733f7f12836c6bcf7bbf77a9cf4d225b10
http://github.com/nelhage/barnowl/commit/1639ff733f7f12836c6bcf7bbf77a9cf4d225b10
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-01 (Fri, 01 May 2009)
Changed paths:
M style.c
Log Message:
-----------
style.c: Don't leak perl messages when we format them.
We forgot to mortalize the ref before pushing it on the stack, so it
was never getting freed.