aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/file_set_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-11 11:13:23 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-11 20:37:09 +0000
commitb4e972b7297b8835cacfc7ded7170de96140ce37 (patch)
tree7406942cca3cfbc0af3dc2b900b917cb6fe98053 /ui/qt/file_set_dialog.h
parenteca15bf5ae681312e3e94eb7d1aca67e9c7c4b90 (diff)
Fix a bunch of leaks found by Valgrind.
Change-Id: I8862ed15d354aee487bacd80ab5fb4918423287e Reviewed-on: https://code.wireshark.org/review/10487 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/file_set_dialog.h')
-rw-r--r--ui/qt/file_set_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/file_set_dialog.h b/ui/qt/file_set_dialog.h
index a3fe809b99..7035648d42 100644
--- a/ui/qt/file_set_dialog.h
+++ b/ui/qt/file_set_dialog.h
@@ -50,7 +50,7 @@ public:
void addFile(fileset_entry *entry = NULL);
signals:
- void fileSetOpenCaptureFile(QString &);
+ void fileSetOpenCaptureFile(QString);
private slots:
void on_buttonBox_helpRequested();