summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-03 18:08:58 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-03 18:08:58 +0100
commit4c5a40576d23057291810229b7229771a295a52c (patch)
tree3095a2422952b4ff29a05812ac689d5f43783806 /lib
parent131bb65c9de5543f6458ec7e5ab8af40466b2753 (diff)
downloadabrt-4c5a40576d23057291810229b7229771a295a52c.tar.gz
abrt-4c5a40576d23057291810229b7229771a295a52c.tar.xz
abrt-4c5a40576d23057291810229b7229771a295a52c.zip
fix more warnings (these were harmless, but still...)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/KerneloopsSysLog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsSysLog.cpp b/lib/Plugins/KerneloopsSysLog.cpp
index ed8ca17b..d28ce399 100644
--- a/lib/Plugins/KerneloopsSysLog.cpp
+++ b/lib/Plugins/KerneloopsSysLog.cpp
@@ -399,7 +399,6 @@ next_line:
free(version);
}
-fail:
free(lines_info);
return oopsesfound;
}