#47698 [config.c:801]: (error) Resource leak: fp
Closed: wontfix 4 years ago by mreynolds. Opened 10 years ago by dcb.

$ fgrep -n fp ../BUILD/389-dsgw-1.1.11/config.c
248: FILE *fp;
254: if (( fp = fopen( filename, "r" )) == NULL ) {
262: fp_getline_init( &lineno );
264: while ( (line = fp_getline( fp, &lineno )) != NULL ) {

There seems to be no matching call to fclose. Suggest add one.
I also checked the current dev sources and the
problem exists there also.


Metadata Update from @dcb:
- Issue set to the milestone: 389-dsgw 1.1.12

7 years ago

DSGW is deprecated, closing ticket

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to None
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1034

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata