summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-16 10:48:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-16 10:48:47 +0000
commit5cda9c1baa93b0e0157431b1483d0734ba4afe80 (patch)
tree882c9f9980360642699adaf7849b3d8d9f8a595e /src/torrent.h
parent4a6cfa60774e14c8136fb6903fe72c1e07d720d7 (diff)
fix two fairly minor memory leaks
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/torrent.h b/src/torrent.h
index a80d420..118d36b 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -42,7 +42,6 @@ gint64 torrent_get_uploaded(JsonObject * t);
gint64 torrent_get_downloaded(JsonObject * t);
const gchar *torrent_get_errorstr(JsonObject * t);
const gchar *torrent_get_download_dir(JsonObject * t);
-gchar *torrent_get_download_dir_short(JsonObject * t, GRegex * rx);
gint64 torrent_get_have_unchecked(JsonObject * t);
gint64 torrent_get_have_valid(JsonObject * t);
gint64 torrent_get_status(JsonObject * t);