diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-07 10:35:48 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-07 10:35:48 +0200 |
commit | d996fab54c59ca0b34d4ff7c4ab5ab8247559db0 (patch) | |
tree | 5cd92a166f189980da166dcfe2122d89c7f82190 /pcitool | |
parent | ea28e2990ae59e21856d9ae0311cec5b5415237b (diff) | |
download | pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.gz pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.bz2 pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.xz pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.zip |
further modifications
Diffstat (limited to 'pcitool')
-rw-r--r-- | pcitool/cli.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcitool/cli.c b/pcitool/cli.c index 2628eaa..4c21e99 100644 --- a/pcitool/cli.c +++ b/pcitool/cli.c @@ -3395,7 +3395,5 @@ int main(int argc, char **argv) { if (data != argv + optind) free(data); - pcilib_clean_xml(handle); - return err; } |