144af59 coverity uninit var and resource leak

Authored and Committed by rmeggins 12 years ago
    coverity uninit var and resource leak
    
    12550 Uninitialized pointer read
    In dna_update_config_event(): Reads an uninitialized pointer or its target
    12549 Resource leak
    In referint_thread_func(): Leak of memory or pointers to system resources
    Reviewed by: mreynolds (Thanks!)