summaryrefslogtreecommitdiff
path: root/transcode.c
diff options
context:
space:
mode:
-rw-r--r--transcode.c2
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ load_transcoder_entry(transcoder_entry_t *entry)
rb_str_set_len(fn, total_len);
FL_UNSET(fn, FL_TAINT);
OBJ_FREEZE(fn);
- rb_require_safe(fn, rb_safe_level());
}
if (entry->transcoder)