commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r5503 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5503 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Sun, 20 May 2007 00:41:20 -0600 (MDT)

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();
   }
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]