Commit af932100 authored by Jon Lech Johansen's avatar Jon Lech Johansen

* ./src/misc/darwin_specific.m:

    Fixed (really!) segfault. Don't release o_lang objects, they're managed
    by NSUserDefaults.
parent 6da8c603
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features * darwin_specific.m: Darwin specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.4 2003/01/02 23:09:30 massiot Exp $ * $Id: darwin_specific.m,v 1.5 2003/01/03 00:03:13 jlj Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -137,11 +137,9 @@ void system_Init( vlc_t *p_this, int *pi_argc, char *ppsz_argv[] ) ...@@ -137,11 +137,9 @@ void system_Init( vlc_t *p_this, int *pi_argc, char *ppsz_argv[] )
b_found = 1; b_found = 1;
} }
} }
// [o_lang release];
} }
// [o_defs release]; [o_languages release];
[o_pool release]; [o_pool release];
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment