Commit 429cc2d4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Fix a leak in VLCTime.

parent 067be17f
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
if (self = [super init]) if (self = [super init])
{ {
if (aNumber) if (aNumber)
value = [[aNumber copy] retain]; value = [aNumber copy];
else else
value = nil; value = nil;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment