summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLStyleLayer.mm')
-rw-r--r--platform/darwin/src/MGLStyleLayer.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/darwin/src/MGLStyleLayer.mm b/platform/darwin/src/MGLStyleLayer.mm
index 2a70cab563..45a4486525 100644
--- a/platform/darwin/src/MGLStyleLayer.mm
+++ b/platform/darwin/src/MGLStyleLayer.mm
@@ -54,11 +54,11 @@
{
if (self.rawLayer == style.rawStyle->getLayer(self.identifier.UTF8String)) {
_pendingLayer = style.rawStyle->removeLayer(self.identifier.UTF8String);
- }
- // Pair the retain above, and release self, since we're now removed from the collection
- CFTypeRef toRelease = (__bridge CFTypeRef)self;
- CFBridgingRelease(toRelease);
+ // Pair the retain above, and release self, since we're now removed from the collection
+ CFTypeRef toRelease = (__bridge CFTypeRef)self;
+ CFBridgingRelease(toRelease);
+ }
}
- (void)setVisible:(BOOL)visible