Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Fix corrupted default conv-ir-path value
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePBone committed Sep 20, 2020
1 parent 0b8722e commit 1a2a974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gstviperfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ gst_viperfx_init (Gstviperfx *self) {
// convolver
self->conv_enabled = FALSE;
self->conv_ir_path = malloc(256);
memset(self->conv_ir_path, 0, 256);
self->conv_cc_level = 0;
// vhe
self->vhe_enabled = FALSE;
Expand Down

0 comments on commit 1a2a974

Please sign in to comment.