Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed copy-and-paste bug for previous commit, fixes #4034
  • Loading branch information
perexg committed Oct 23, 2016
1 parent c003ff3 commit 4931c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/scanfile.c
Expand Up @@ -911,7 +911,7 @@ scanfile_init ( const char *muxconf_path, int lock )
memoryinfo_register(&scanfile_memoryinfo);
initialized = 1;
if (lock)
pthread_mutex_lock(&global_lock);
pthread_mutex_unlock(&global_lock);
}

scanfile_total_load = 0;
Expand Down

0 comments on commit 4931c05

Please sign in to comment.