projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd34d77
)
Fix a memory leak.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 2 Feb 2011 18:01:00 +0000
(10:01 -0800)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 2 Feb 2011 18:01:00 +0000
(10:01 -0800)
bluesky/log.c
patch
|
blob
|
history
diff --git
a/bluesky/log.c
b/bluesky/log.c
index
03f4fb3
..
5a16238
100644
(file)
--- a/
bluesky/log.c
+++ b/
bluesky/log.c
@@
-550,6
+550,8
@@
static void cloudlog_partial_fetch_complete(BlueSkyStoreAsync *async,
g_warning("Unable to open and write to cache file %s: %m",
cachefile->filename);
}
+
+ bluesky_rangeset_free(items);
} else {
g_print("Error fetching from cloud, retrying...\n");
cloudlog_partial_fetch_start(cachefile, async->start, async->len);