Nirbheek Chauhan 70a90f0e5e sctp: Fix crash on free() when using the MSVC binaries
On Windows, if libusrsctp and gstreamer are built with different
C runtimes (CRT), we cannot free memory allocated inside libusrsctp
with the `free()` function from gstreamer's CRT.

`usrsctp_freedumpbuffer()` simply calls `free()`, but because of the
way DLLs work on Windows, it will always call the free function from
the correct CRT.
2019-08-20 14:33:41 +05:30
..
2019-07-30 11:34:31 -07:00
2019-05-13 17:00:00 -04:00
2019-05-29 22:58:08 +02:00
2019-07-24 14:38:08 -04:00
2019-05-13 17:00:00 -04:00
2019-05-13 17:00:00 -04:00
2019-08-16 13:23:55 +00:00
2019-05-29 22:58:08 +02:00
2019-05-29 22:58:08 +02:00
2019-05-29 22:58:08 +02:00
2019-05-13 17:00:00 -04:00
2019-07-08 16:00:51 -04:00
2019-06-25 10:16:25 +00:00
2019-07-03 09:59:35 -07:00
2019-07-03 09:59:35 -07:00