Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of azure_c_shared_utility by
Diff: connection_string_parser.c
- Revision:
- 31:6a55d47aea41
- Parent:
- 21:b92006c5b9ff
--- a/connection_string_parser.c Fri Jul 14 16:38:40 2017 -0700
+++ b/connection_string_parser.c Fri Aug 11 14:03:20 2017 -0700
@@ -25,12 +25,12 @@
else
{
result = connectionstringparser_parse(connString);
+ STRING_delete(connString);
}
return result;
}
-
/* Codes_SRS_CONNECTIONSTRINGPARSER_01_001: [connectionstringparser_parse shall parse all key value pairs from the connection_string passed in as argument and return a new map that holds the key/value pairs.] */
MAP_HANDLE connectionstringparser_parse(STRING_HANDLE connection_string)
{
