SidneyAn
5dd702e05f
free memory when it is no longer in use
...
in function fm_db_util_get_timestamp()
172: char *tstr = strdup(str);
memory obtained from strdup() is done dynamically using malloc().
it should be freed when tstr is no longer in use.
test case:
1. one controller + one compute deploy (virtual)
success to deploy and create an instance.
Closes-Bug: 1794705
Change-Id: I0d0c1e6e4386128d6cb38741d80af22a5f10b770
2018-11-09 00:34:19 +00:00
..
2018-05-31 07:36:00 -07:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-11-03 00:56:57 +08:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-11-03 00:56:57 +08:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-11-03 00:56:57 +08:00
2018-08-16 13:23:33 -04:00
2018-11-09 00:34:19 +00:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-08-16 13:23:33 -04:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-08-16 13:23:33 -04:00
2018-08-22 23:35:29 -05:00
2018-08-16 13:23:33 -04:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-05-31 07:36:00 -07:00
2018-08-23 17:42:28 -05:00
2018-10-24 17:12:50 +00:00