bd7bf7f8c2
fix bnc#697516 OBS-URL: https://build.opensuse.org/request/show/76454 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=42
14 lines
277 B
Diff
14 lines
277 B
Diff
--- trunk/epan/tvbuff.c 2011/05/12 15:48:51 37080
|
|
+++ trunk/epan/tvbuff.c 2011/05/12 16:31:42 37081
|
|
@@ -3425,9 +3425,9 @@
|
|
inflateEnd(strm);
|
|
g_free(strm);
|
|
g_free(strmbuf);
|
|
- g_free(compr);
|
|
|
|
if (uncompr == NULL) {
|
|
+ g_free(compr);
|
|
return NULL;
|
|
}
|
|
|