Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP6
adcli.19060
0012-Fix-memory-leak-in-test_check_nt_time_stri...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0012-Fix-memory-leak-in-test_check_nt_time_string_lifetim.patch of Package adcli.19060
From 4a4a63c08d24dba2c33751febffaee99c360712f Mon Sep 17 00:00:00 2001 From: Sumit Bose <sbose@redhat.com> Date: Tue, 30 Jan 2018 14:39:46 +0100 Subject: [PATCH 12/25] Fix memory leak in test_check_nt_time_string_lifetime The test added with 650e5d33ef31437a049fb454ad3dc5457c56abe7 introduced a small memory leak. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> --- library/adutil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/library/adutil.c b/library/adutil.c index 14df42e..a27bd68 100644 --- a/library/adutil.c +++ b/library/adutil.c @@ -734,6 +734,7 @@ test_check_nt_time_string_lifetime (void) (time (NULL) + 10 + AD_TO_UNIX_TIME_CONST) * 1000 * 1000 *10) != -1); assert (!_adcli_check_nt_time_string_lifetime (time_str, 0)); + free (time_str); /* This test will fail some time after 2200AD as a reminder to reflect * why adcli is still needed. */ -- 2.16.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor