Mercurial > audlegacy-plugins
comparison src/madplug/plugin.c @ 650:8b9ef7a32e47 trunk
[svn] - make sure audmad_config.id3_format is not NULL. closes #795.
| author | nenolod |
|---|---|
| date | Wed, 14 Feb 2007 10:15:53 -0800 |
| parents | ede814584df9 |
| children | b9167008fc3f |
comparison
equal
deleted
inserted
replaced
| 649:6883d9c21c2f | 650:8b9ef7a32e47 |
|---|---|
| 138 mad_mutex = g_mutex_new(); | 138 mad_mutex = g_mutex_new(); |
| 139 pb_mutex = g_mutex_new(); | 139 pb_mutex = g_mutex_new(); |
| 140 mad_cond = g_cond_new(); | 140 mad_cond = g_cond_new(); |
| 141 audmad_config_compute(&audmad_config); | 141 audmad_config_compute(&audmad_config); |
| 142 | 142 |
| 143 if (audmad_config.id3_format != NULL) | |
| 144 audmad_config.id3_format = g_strdup(""); | |
| 143 } | 145 } |
| 144 | 146 |
| 145 static void audmad_cleanup() | 147 static void audmad_cleanup() |
| 146 { | 148 { |
| 147 } | 149 } |
