Author: gnychis
Date: 2007-05-20 00:41:19 -0600 (Sun, 20 May 2007)
New Revision: 5503

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
Log:
quick bug fix, the initialization msg queue needs to be cleared for memory sake


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-05-20 06:40:40 UTC (rev 5502)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-05-20 06:41:19 UTC (rev 5503)
@@ -176,6 +176,8 @@
     // Parse the messages that were queued while unitialized
     for(int i=0; i < (int)d_init_queue.size(); i++)
       handle_message(d_init_queue[i]);
+
+    d_init_queue.clear();
   }
 }
 



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to