ekiga r6646 - trunk/lib/engine/gui/gtk-frontend



Author: jpuydt
Date: Mon Aug 18 20:27:24 2008
New Revision: 6646
URL: http://svn.gnome.org/viewvc/ekiga?rev=6646&view=rev

Log:
Answered a question in a code comment

Modified:
   trunk/lib/engine/gui/gtk-frontend/chat-area.cpp

Modified: trunk/lib/engine/gui/gtk-frontend/chat-area.cpp
==============================================================================
--- trunk/lib/engine/gui/gtk-frontend/chat-area.cpp	(original)
+++ trunk/lib/engine/gui/gtk-frontend/chat-area.cpp	Mon Aug 18 20:27:24 2008
@@ -181,8 +181,8 @@
   g_object_unref (helper);
   g_free (tmp_tagstring);
 
-  /* FIXME shouldn't 'tag' be unref'd? it wasn't in the original code
-   * so i didn't do it here, too - TheBonsai */
+  /* 'tag' must not be unref'd because its refcount is equal to one, and
+   * owned by the buffer's tag table */
 }
 
 



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