Displaying 1 result from an estimated 1 matches for "op__add_replay_gain".
2005 May 25
1
[PATCH] Fix use of uninitialized variable
..._ADD_SEEKPOINT);
- local_strcat(&(op->argument.add_seekpoint.specification), spec);
- local_strcat(&(op->argument.add_seekpoint.specification), ";");
- free(spec);
}
else if(0 == strcmp(opt, "add-replay-gain")) {
(void) append_shorthand_operation(options, OP__ADD_REPLAY_GAIN);