Wireshark-commits: [Wireshark-commits] master 14cad60: Remove ep_ allocated memory from get_convers

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 19:58:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14cad60f7d4b60b9974e9f1f79d22d60900e3e6b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

14cad60 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove ep_ allocated memory from get_conversation_filter and just return a g_alloced string.
    
    Change-Id: Ie7f6b2c5479fec1a44afb5e446ef6abf304113af
    Reviewed-on: https://code.wireshark.org/review/6480
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  59c1e32   Add BASE_SPACE for FT_BYTES
    adds  14cad60   Remove ep_ allocated memory from get_conversation_filter and just return a g_alloced string.


Summary of changes:
 epan/conversation_table.c     |   18 +++++++++---------
 epan/conversation_table.h     |    2 +-
 ui/gtk/conversations_table.c  |    3 ++-
 ui/qt/conversation_dialog.cpp |    5 ++++-
 4 files changed, 16 insertions(+), 12 deletions(-)