URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=570bc14df1d519a85111fa615fa554a5d61a83c5
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
570bc14 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
plugins: Don't free static variable
Our convention is to pass a pointer to a static structure as argument
to *_register_plugin(). Don't try to free it.
Change-Id: I16d81b72faf298ebfb3dccf4c9d4772291fd8cf0
Reviewed-on: https://code.wireshark.org/review/27748
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 83f6dd4 ws_pipe: fix return code on windows.
adds 570bc14 plugins: Don't free static variable
Summary of changes:
epan/epan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)