masakih

うぇぶブラウザ変更くん For ばちすか〜ふ(プロジェクト終了)

  • R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのデフォルトWebブラウザを変更するプラグイン


Commit MetaInfo

Revisão439d2628542061d6d4535028fa5cfb4f2e954971 (tree)
Hora2013-01-17 22:10:57
Autormasakih <masakih@user...>
Commitermasakih

Mensagem de Log

メモリリーク修正

Mudança Sumário

Diff

--- a/HMWebBrowserChanger/HMWebBrowserChanger.m
+++ b/HMWebBrowserChanger/HMWebBrowserChanger.m
@@ -75,7 +75,9 @@ additionalEventParamDescriptor:nil
7575 - (void)setBrowserIdentifier:(NSString *)browserIdentifier
7676 {
7777 [self setPreference:browserIdentifier forKey:@"com.masakih.HMWebBrowserChanger.browserIdentifier"];
78+ id tmp = _browserIdentifier;
7879 _browserIdentifier = [browserIdentifier copy];
80+ [tmp release];
7981 }
8082
8183