Revision: 18631
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18631&view=rev
Author: hofman
Date: 2012-05-17 17:12:48 +0000 (Thu, 17 May 2012)
Log Message:
-----------
fix URL leak on Skim PDFD bundle code path
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2012-05-17
17:10:17 UTC (rev 18630)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2012-05-17
17:12:48 UTC (rev 18631)
@@ -595,6 +595,7 @@
aURL = __FVCreatePDFURLForPDFBundleURL([self _fileURL]);
if (aURL) {
[self _setFileURL:aURL];
+ [aURL release];
} else {
[super dealloc];
self = nil;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit