Wireshark-commits: [Wireshark-commits] master 877942c: Revert "Use g_ alloced memory (instead of em
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=877942c3fd1523e2ea9a6a820ae57514a4e2fad8
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
877942c by Evan Huus (eapache@xxxxxxxxx):
Revert "Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't be used for GUI functions."
It's causing a few different test failures - I've tracked down at least one of them, but the others are weirder and will require more digging.
This reverts commit 9edba650d11776fa1d5aefe4820890898380c1c2.
Change-Id: I897f8cf1cfbb2a189b2054e5002f59757befa47f
Reviewed-on: https://code.wireshark.org/review/1575
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 532c3bc Initialize int_seid to 0 in btavdtp dissector
adds 877942c Revert "Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't be used for GUI functions."
Summary of changes:
epan/print.c | 36 ++++++++++++++++++++----------------
epan/print.h | 2 +-
ui/gtk/main.c | 5 ++---
ui/qt/main_window_slots.cpp | 4 +---
4 files changed, 24 insertions(+), 23 deletions(-)