Fix add_ref(Shared) refcounting bug.
This commit is contained in:
+1
-1
@@ -643,7 +643,7 @@ pub fn init_mm(allocator: BumpAllocator<RmmA>) {
|
||||
THE_ZEROED_FRAME.get().write(Some((the_frame, the_info)));
|
||||
}
|
||||
}
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum AddRefError {
|
||||
CowToShared,
|
||||
SharedToCow,
|
||||
|
||||
Reference in New Issue
Block a user