We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943eb60 commit 7ccc582Copy full SHA for 7ccc582
CoreFoundation/URL.subproj/CFURLComponents.c
@@ -1285,7 +1285,7 @@ static CFArrayRef _CFURLComponentsCopyQueryItemsInternal(CFURLComponentsRef comp
1285
}
1286
1287
else {
1288
- nameString = CFSTR("");
+ nameString = CFRetain(CFSTR(""));
1289
1290
CFTypeRef keys[] = {_kCFURLComponentsNameKey};
1291
CFTypeRef values[] = {nameString};
@@ -1346,7 +1346,7 @@ static CFArrayRef _CFURLComponentsCopyQueryItemsInternal(CFURLComponentsRef comp
1346
1347
1348
1349
1350
1351
1352
0 commit comments