[1745] in BarnOwl Developers
[nelhage/barnowl] 9cb03b: get_zephyr_variable: Clean up const and NULL handl...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:17 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 28 Sep 2009 13:38:59 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 9cb03bf40b1b1657bcbc00f89982a213289a4a69
http://github.com/nelhage/barnowl/commit/9cb03bf40b1b1657bcbc00f89982a213289a4a69
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M perlglue.xs
Log Message:
-----------
get_zephyr_variable: Clean up const and NULL handling.
g_strdup and g_free already do the right thing with NULL, so we don’t
need extra logic here.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>