]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
const issues
authorAlan T. DeKok <aland@freeradius.org>
Tue, 16 Jan 2018 21:04:39 +0000 (16:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 16 Jan 2018 21:04:39 +0000 (16:04 -0500)
src/modules/proto_radius/track.c

index cfd3f35674814b9a8290d71329332762d0b6e111..2b101dc682e736facba351deaf2ee1db16905821 100644 (file)
@@ -68,7 +68,7 @@ static void entry_free(void *data)
 {
        fr_tracking_entry_t *entry = data;
 
-       if (entry->ev) talloc_free(entry->ev);
+       if (entry->ev) talloc_const_free(entry->ev);
        talloc_free(entry);
 }