summaryrefslogtreecommitdiff
path: root/stun.h
blob: e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e (plain)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */
30space:mode:
authorChristian König <christian.koenig@amd.com>2016-09-22 14:19:50 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-09-28 16:16:25 -0400
commit85a4b5798f587eab48327aa156fd5c22358e9086 (patch)
tree378c4fbf96ef8ab239f2425956527798a4ec68e1
parent3d5f4d4770a4084ccfc5ed2fff4b2a0017e7d558 (diff)
drm/amdgpu: free userptrs even if GTT isn't bound
This fixes a memory leak since binding GTT only on demand. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat