We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75bb7b commit 28bd5b1Copy full SHA for 28bd5b1
inst/include/Rcpp/traits/named_object.h
@@ -50,7 +50,7 @@ template <> class named_object<SEXP> {
50
R_PreserveObject(object);
51
}
52
~named_object() {
53
- R_ReleaseObject(object)
+ R_ReleaseObject(object);
54
} // #nocov end
55
const std::string& name;
56
SEXP object;
0 commit comments