]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorBrian West <brian@freeswitch.org>
Thu, 10 Jul 2008 01:41:38 +0000 (01:41 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 10 Jul 2008 01:41:38 +0000 (01:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8979 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c

index 54ad5d10079e26b4a9fd3621f42d6cfa0df4e32f..6f2d1d5e97d4ccee78e912c484f27da33bb0a94b 100644 (file)
@@ -437,7 +437,6 @@ static switch_status_t load_config(void)
 static void do_load(void)
 {
        switch_mutex_lock(MUTEX);
-       memset(&globals, 0, sizeof(globals));
        load_config();
        switch_mutex_unlock(MUTEX);
 }