Revision: 13878
http://sourceforge.net/p/skim-app/code/13878
Author: hofman
Date: 2023-12-11 10:21:14 +0000 (Mon, 11 Dec 2023)
Log Message:
-----------
use release instead of CFRelease
Modified Paths:
--------------
trunk/SKTransitionController.m
Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m 2023-12-10 23:41:54 UTC (rev 13877)
+++ trunk/SKTransitionController.m 2023-12-11 10:21:14 UTC (rev 13878)
@@ -609,7 +609,7 @@
[self addSubview:metalView];
commandQueue = [device newCommandQueue];
context = [[CIContext contextWithMTLDevice:device] retain];
- CFRelease(device);
+ [device release];
}
return self;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit