~ubuntu-branches/ubuntu/utopic/sysstat/utopic-proposed

« back to all changes in this revision

Viewing changes to sadf.c

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-09-21 22:27:45 UTC
  • mfrom: (22.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130921222745-8e9zv1n3tn3uc0wa
Tags: 10.1.7-1
* New upstream version.
* Remove no longer needed 11-fix-concurrency-build-issue.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1338
1338
 
1339
1339
        close(ifd);
1340
1340
        
1341
 
        if (file_actlst) {
1342
 
                free(file_actlst);
1343
 
        }
 
1341
        free(file_actlst);
1344
1342
        free_structures(act);
1345
1343
}
1346
1344