Fix memory leaks
commit1028157cbc34a2609747ae140acd5b4d69e90926
authorPieter de Bie <pdebie@ai.rug.nl>
Sun, 28 Sep 2008 13:58:37 +0000 (28 15:58 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Sun, 28 Sep 2008 14:14:00 +0000 (28 16:14 +0200)
tree93f4c45cd94bd307e4938000e3dd800c9fce43ba
parent95c4bcbaba87b1b2f7d70ac30f4e6802fc57e147
Fix memory leaks

This changes a bunch of ivars to __weak's, to avoid reference loops.
Furthermore, in PBGitHistoryController, we need to call [webView close],
otherwise some memory will never be freed?
PBChangedFile.h
PBGitHistoryController.h
PBGitHistoryController.m
PBGitHistoryView.xib
PBGitWindowController.m
PBViewController.h
PBViewController.m