summaryrefslogtreecommitdiff
path: root/transSet.c
diff options
context:
space:
mode:
Diffstat (limited to 'transSet.c')
-rw-r--r--transSet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/transSet.c b/transSet.c
index 3b62508..a59bd38 100644
--- a/transSet.c
+++ b/transSet.c
@@ -167,12 +167,10 @@ main (int argc, char **argv)
select_method = 1;
break;
case 'i':
- idstr = malloc (strlen (optarg) + 1);
idstr = optarg;
select_method = 2;
break;
case 'n':
- namestr = malloc (strlen (optarg) + 1);
namestr = optarg;
select_method = 3;
break;