aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/updates/macosx/macosx-updates.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/updates/macosx/macosx-updates.mm b/backends/updates/macosx/macosx-updates.mm
index 64dcbf62ce..bf524e5704 100644
--- a/backends/updates/macosx/macosx-updates.mm
+++ b/backends/updates/macosx/macosx-updates.mm
@@ -83,9 +83,6 @@ MacOSXUpdateManager::MacOSXUpdateManager() {
// Set the target of the new menu item
[updateMenuItem setTarget:sparkleUpdater];
- // Finally give up our references to the objects
- [menuItem release];
-
if (!ConfMan.hasKey("updates_check")
|| ConfMan.getInt("updates_check") == Common::UpdateManager::kUpdateIntervalNotSupported) {
setAutomaticallyChecksForUpdates(kUpdateStateDisabled);