Wireshark-commits: [Wireshark-commits] rev 36238: /trunk/plugins/mate/ /trunk/plugins/mate/: mate_r

Date: Tue, 22 Mar 2011 09:05:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36238

User: sahlberg
Date: 2011/03/22 02:05 AM

Log:
 Coverity 420
 
 Remove dead code and add a g_assert_not_reached() at a spot we can definitely never reach.
 
 change a if(x)g_free(x) to a g_free(x)
 since g_free(NULL) is just a nop.

Directory: /trunk/plugins/mate/
  Changes    Path              Action
  +4 -7      mate_runtime.c    Modified