Loading...
libkern/c++/OSSet.cpp xnu-12377.101.15 xnu-7195.121.3
--- xnu/xnu-12377.101.15/libkern/c++/OSSet.cpp
+++ xnu/xnu-7195.121.3/libkern/c++/OSSet.cpp
@@ -161,7 +161,7 @@
 OSSet::withSet(const OSSet *set,
     unsigned int capacity)
 {
-	OSSharedPtr<OSSet> me = OSMakeShared<OSSet>();
+	OSSharedPtr<OSSet> me = OSMakeShared<OSSet>();;
 
 	if (me && !me->initWithSet(set, capacity)) {
 		return nullptr;