Skip to content

Commit 28bd5b1

Browse files
committed
one char brown-bag fix
1 parent b75bb7b commit 28bd5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/traits/named_object.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ template <> class named_object<SEXP> {
5050
R_PreserveObject(object);
5151
}
5252
~named_object() {
53-
R_ReleaseObject(object)
53+
R_ReleaseObject(object);
5454
} // #nocov end
5555
const std::string& name;
5656
SEXP object;

0 commit comments

Comments
 (0)