Loading hal/platform_info.c +4 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ * Changes from Qualcomm Innovation Center are provided under the following license: * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2022, 2023 Qualcomm Innovation Center, Inc. All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitations in the Loading Loading @@ -1732,6 +1732,8 @@ done: void platform_info_deinit() { if (my_data.kvpairs) if (my_data.kvpairs) { str_parms_destroy(my_data.kvpairs); my_data.kvpairs = NULL; } } Loading
hal/platform_info.c +4 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ * Changes from Qualcomm Innovation Center are provided under the following license: * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2022, 2023 Qualcomm Innovation Center, Inc. All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitations in the Loading Loading @@ -1732,6 +1732,8 @@ done: void platform_info_deinit() { if (my_data.kvpairs) if (my_data.kvpairs) { str_parms_destroy(my_data.kvpairs); my_data.kvpairs = NULL; } }