Wireshark-commits: [Wireshark-commits] master e19086b: Clean up memory allocation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 04 Dec 2018 04:53:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e19086b69a5d25cb123a62ec355ded78d04f01ea
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e19086b by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Clean up memory allocation
    
    Fixes an issue where sometimes datafile_dir is not freed
    before exiting.
    
    Change-Id: I2ff7d1b8ea4e20a1ce98e5e11965073eb479bb03
    Reviewed-on: https://code.wireshark.org/review/30909
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  abfe957   Qt: Display filter toolbar updates.
     add  e19086b   Clean up memory allocation


Summary of changes:
 wsutil/filesystem.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)