We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ed91d + a67108c commit 15214a4Copy full SHA for 15214a4
CoreFoundation/URL.subproj/CFURLComponents.c
@@ -1282,7 +1282,7 @@ static CFArrayRef _CFURLComponentsCopyQueryItemsInternal(CFURLComponentsRef comp
1282
}
1283
1284
else {
1285
- nameString = CFSTR("");
+ nameString = CFRetain(CFSTR(""));
1286
1287
CFTypeRef keys[] = {_kCFURLComponentsNameKey};
1288
CFTypeRef values[] = {nameString};
@@ -1343,7 +1343,7 @@ static CFArrayRef _CFURLComponentsCopyQueryItemsInternal(CFURLComponentsRef comp
1343
1344
1345
1346
1347
1348
1349
0 commit comments