Skip to content

Commit 6355548

Browse files
author
raszi
committed
memory leak fix
git-svn-id: https://svn.ssh.hu/svn/colorize/trunk@15 2bf76031-112b-435f-9534-88410ef3bb9f
1 parent 0e298f6 commit 6355548

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

THANKS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
I wanna say thanks to these people for their help:
1+
I want to say thanks to these people for their help:
22
- jamie <walkah@aci.on.ca>, for apache log fix (user bug)
33
- Scott Griffith <sgriffith@cypresstech.net> for color spray fix
44
(resetcol bug)
55
- David Ranch <dranch@trinnet.net> for the documentation bugreport
66
- Oliver Sturm <oliver@sturmnet.org> for nocss patch
7+
- Diego Torres <dtorres@coral.dnsalias.org> for finding a memory leak

changelog.gz

61 Bytes
Binary file not shown.

colorize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use POSIX qw(strftime);
44
use Getopt::Long;
55
Getopt::Long::Configure("no_ignore_case");
66

7-
$main_version = "0.3.3-cvs";
7+
$main_version = "0.3.3";
88
$scriptname = "colorize";
99

1010
# Copyright (C) 2000-2003, KARASZI 'raszi' Istvan

0 commit comments

Comments
 (0)