X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FInvertedSlider.m;h=327162a355b2ea62a4fdffc51b0d96df252e920d;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hp=d2060d950abf0128f937db282434e97c810edf4a;hpb=f0261d8acab611f3433160e4f07367b870439739;p=xscreensaver diff --git a/OSX/InvertedSlider.m b/OSX/InvertedSlider.m index d2060d95..327162a3 100644 --- a/OSX/InvertedSlider.m +++ b/OSX/InvertedSlider.m @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 2006-2010 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -63,6 +63,7 @@ - (NSAttributedString *)attributedStringValue; { + // #### "Build and Analyze" says this leaks. Unsure whether this is true. return [[NSAttributedString alloc] initWithString:[self stringValue]]; }