We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae674 commit 8cf9e08Copy full SHA for 8cf9e08
ext/symengine/ruby_basic.c
@@ -91,6 +91,7 @@ VALUE cbasic_div(VALUE self, VALUE operand2)
91
basic_free_stack(cbasic_operand2);
92
return result;
93
} else {
94
+ basic_free_stack(cbasic_operand2);
95
rb_raise(rb_eRuntimeError, "Runtime Error");
96
}
97
0 commit comments