aboutsummaryrefslogtreecommitdiffstats
path: root/tap-wspstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index 8080560b9f..782ac82d34 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -247,8 +247,7 @@ wspstat_init(const char *optarg, void* userdata _U_)
sp->num_pdus = 16;
sp->pdu_stats=g_malloc( (sp->num_pdus+1) * sizeof( wsp_pdu_t) );
if(filter){
- sp->filter=g_malloc(strlen(filter)+1);
- strcpy(sp->filter,filter);
+ sp->filter=g_strdup(filter);
} else {
sp->filter=NULL;
}