[packagekit] packagekit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Fri Aug 31 18:43:27 PDT 2007
src/pk-engine.c | 1 +
1 file changed, 1 insertion(+)
New commits:
diff-tree 714aaf72e46b20e85e7528aa5da749255cf108b7 (from 819bfb84e0f0c55b390401256d680012f1232d5c)
Author: root <root at hughsie-laptop.(none)>
Date: Sat Sep 1 02:42:27 2007 +0100
don't leak contents
diff --git a/src/pk-engine.c b/src/pk-engine.c
index c476f3e..3c49514 100644
--- a/src/pk-engine.c
+++ b/src/pk-engine.c
@@ -416,6 +416,7 @@ pk_engine_load_job_count (PkEngine *engi
}
engine->priv->job_count = atoi (contents);
pk_debug ("job=%i", engine->priv->job_count);
+ g_free (contents);
return TRUE;
}
More information about the PackageKit
mailing list