• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


Commit MetaInfo

修訂c60c5c157ab6ec3097b011928e49823e956f6113 (tree)
時間2011-03-20 00:52:07
作者masakih <masakih@user...>
Commitermasakih

Log Message

[Fix] メモリリークを修正。

Change Summary

差異

--- a/BEBooksExporter.m
+++ b/BEBooksExporter.m
@@ -47,6 +47,7 @@
4747 - (void)dealloc
4848 {
4949 [books release];
50+ [lines release];
5051 [super dealloc];
5152 }
5253 - (BOOL)exportToURL:(NSURL *)url