diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPDatabaseData.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseData.m b/Source/SPDatabaseData.m index 965dfcb5..f386a04c 100644 --- a/Source/SPDatabaseData.m +++ b/Source/SPDatabaseData.m @@ -221,7 +221,7 @@ copy_return: } } } - return defaultCollationForCharacterSet; + return [[defaultCollationForCharacterSet copy] autorelease]; // -copy accepts nil, -stringWithString: does not } /** Get the name of the mysql charset a given collation belongs to. |