fault/fm-common
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
..
centos Add hooks for python wheel generation 2018-10-24 17:12:50 +00:00
sources free memory when it is no longer in use 2018-11-09 00:34:19 +00:00
.gitignore StarlingX open source release updates 2018-05-31 07:36:00 -07:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:00 -07:00