http://www.jwz.org/xscreensaver/xscreensaver-5.10.tar.gz
[xscreensaver] / OSX / XScreenSaverView.m
index 528c4f6c5b0a36e3032445aea201d4a230a35957..d483c8885ce70cd5de654ca2d7abd98143aea8c4 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 2006, 2007 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 2006-2009 Jamie Zawinski <jwz@jwz.org>
 *
 * Permission to use, copy, modify, distribute, and sell this software and its
 * documentation for any purpose is hereby granted without fee, provided that
@@ -81,7 +81,8 @@ int mono_p = 0;
     perror ("putenv");
     abort();
   }
-//  free (npath);   // Oops, don't free this! putenv() does not copy it!
+
+  /* Don't free (npath) -- MacOS's putenv() does not copy it. */
 }
 
 
@@ -101,7 +102,7 @@ int mono_p = 0;
     perror ("putenv");
     abort();
   }
-  free (env);
+  /* Don't free (env) -- MacOS's putenv() does not copy it. */
 }