projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02ae64
)
Don't mark global variables.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 12 Aug 2006 20:44:41 +0000
(22:44 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:45 +0000
(19:33 +0200)
ext/ext.c
patch
|
blob
|
history
diff --git
a/ext/ext.c
b/ext/ext.c
index eed0e6582b2f679f98b48a39da38b427b98f9ab1..583523e745863dde593e7956f9df23566ee8e84c 100644
(file)
--- a/
ext/ext.c
+++ b/
ext/ext.c
@@
-71,7
+71,6
@@
c_mark (RbVorbisTagger *o)
{
rb_gc_mark (o->io);
rb_gc_mark (o->comments);
- rb_gc_mark (io_buf);
}
static void