Differences From Artifact [3dced1c028]:
- File iOS/AppDelegate.m — part of check-in [4514c363cd] at 2017-04-15 19:23:10 on branch trunk — Fix URL in copyright header (user: js, size: 1185) [annotate] [blame] [check-ins using]
To Artifact [edb40869df]:
- File iOS/AppDelegate.m — part of check-in [8518df1e34] at 2017-10-15 15:04:58 on branch trunk — Fix analyzer findings (user: js, size: 1244) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
19 20 21 22 23 24 25 26 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #import "AppDelegate.h" @implementation AppDelegate @end | > > > > > > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #import "AppDelegate.h" @implementation AppDelegate - (void)dealloc { [_window release]; [super dealloc]; } @end |