Skip to content

Commit

Permalink
Always initialize frame properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Feb 10, 2014
1 parent c57bd3a commit d7a69d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/builtin/native_method.cpp
Expand Up @@ -36,6 +36,9 @@ namespace rubinius {
, capi_lock_index_(method ? method->capi_lock_index() : 0)
, check_handles_(false)
, block_(Qnil)
, receiver_(Qnil)
, module_(Qnil)
, method_(Qnil)
{}

NativeMethodFrame::~NativeMethodFrame() {
Expand Down

0 comments on commit d7a69d1

Please sign in to comment.