diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-17 22:01:31 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-17 22:01:31 +0000 |
| commit | 3cb675119ab7ab7390f4ae6e7422551045a58208 (patch) | |
| tree | f536b40d010e6e228852566e6a327c036ecd6b13 /macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m | |
| parent | fd5eec01f16990a3564e16421c7ce307c674dd45 (diff) | |
| download | pcsxr-3cb675119ab7ab7390f4ae6e7422551045a58208.tar.gz | |
Fix possible memory leak in PeopsXGL Mac plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72393 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m')
| -rw-r--r-- | macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m index 39968406..72d81a31 100644 --- a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m +++ b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.m @@ -88,7 +88,7 @@ void PrepFactoryDefaultPreferences(void) // just create default preferences and save them. NSDictionary* defaultPrefs = - [[NSDictionary alloc] initWithObjectsAndKeys: + [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:NO], @"FPS Counter", [NSNumber numberWithBool:NO], @"Auto Full Screen", [NSNumber numberWithBool:NO], @"Frame Skipping", |
