diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-11-30 18:28:46 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-11-30 18:28:46 +0000 |
commit | 2a53c6d0f13c305bd5e30ff50fa5acb96c08665d (patch) | |
tree | aa5803d2896a93919de2f3de7efff4b2bb23fdfa | |
parent | 0110a9095bc0f8932575c9e8a41911b27c32f84e (diff) | |
download | gnunet-gtk-2a53c6d0f13c305bd5e30ff50fa5acb96c08665d.tar.gz gnunet-gtk-2a53c6d0f13c305bd5e30ff50fa5acb96c08665d.zip |
leak
-rw-r--r-- | src/plugins/fs/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index dcf513e1..2fd26f51 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -593,6 +593,7 @@ void on_fssearchbutton_clicked_fs(gpointer dummy2, | |||
593 | getSpinButtonValue(getMainXML(), | 593 | getSpinButtonValue(getMainXML(), |
594 | "searchDelaySpinButton") * cronSECONDS, | 594 | "searchDelaySpinButton") * cronSECONDS, |
595 | uri); | 595 | uri); |
596 | ECRS_freeUri(uri); | ||
596 | } | 597 | } |
597 | 598 | ||
598 | struct FCBC { | 599 | struct FCBC { |