Fix tvb memory leak.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3917

svn path=/trunk/; revision=40199
This commit is contained in:
Bill Meier 2011-12-14 17:35:22 +00:00
parent 13ad9f1071
commit 1460765248
1 changed files with 1 additions and 0 deletions

View File

@ -940,6 +940,7 @@ g_warning("woohoo decrypted keytype:%d in frame:%u\n", keytype, pinfo->fd->num);
g_free(decrypted_data);
return(plaintext);
}
tvb_free(encr_tvb);
}
g_free(decrypted_data);